Skip to content

Commit

Permalink
Do not use net renaming when separating boards
Browse files Browse the repository at this point in the history
  • Loading branch information
yaqwsx committed Jul 18, 2024
1 parent 28409eb commit 5fe407f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kikit/panelize_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,9 @@ def separate(input, output, source, page, debug, keepannotations, preservearcs):

destination = VECTOR2I(150 * mm, 100 * mm)
panel.appendBoard(input, destination, sourceArea,
interpretAnnotations=(not keepannotations))
interpretAnnotations=(not keepannotations),
netRenamer=lambda i, x: x,
refRenamer=lambda i, x: x)
ki.setStackup(preset["source"], panel)
ki.setPageSize(preset["page"], panel, board)
ki.positionPanel(preset["page"], panel)
Expand Down

0 comments on commit 5fe407f

Please sign in to comment.