Skip to content

Commit

Permalink
Avoid drill marks on the 3D stencil
Browse files Browse the repository at this point in the history
KiCad 8.0.4 feature
  • Loading branch information
set-soft authored and yaqwsx committed Sep 15, 2024
1 parent ec75c91 commit a8d1c05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kikit/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ def pasteDxfExport(board, plotDir):
popt.SetScale(1)
popt.SetDXFPlotUnits(DXF_UNITS_MILLIMETERS)
popt.SetDXFPlotPolygonMode(False)
popt.SetDrillMarksType(DRILL_MARKS_NO_DRILL_SHAPE)

plot_plan = [
# name, id, comment
Expand Down

0 comments on commit a8d1c05

Please sign in to comment.