From 01a3aac71f3414fc90a157c9642a4d7c6be97684 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Fri, 13 Sep 2024 07:27:23 -0300 Subject: [PATCH] Avoid drill marks on the 3D stencil KiCad 8.0.4 feature --- kikit/export.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kikit/export.py b/kikit/export.py index dbe3566d..c669d9d0 100644 --- a/kikit/export.py +++ b/kikit/export.py @@ -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