Skip to content

Commit

Permalink
Increase default layer count for paste layers
Browse files Browse the repository at this point in the history
  • Loading branch information
asukiaaa committed Oct 22, 2024
1 parent 586b9a5 commit 039f422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/gerber_to_order_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def plotLayers(
layerRenameRules,
boardProjectName,
):
targetLayerCount = board.GetCopperLayerCount() + 5
targetLayerCount = board.GetCopperLayerCount() + 7
pc = pcbnew.PLOT_CONTROLLER(board)
po = pc.GetPlotOptions()

Expand Down

0 comments on commit 039f422

Please sign in to comment.