Merge pull request #31 closes #29

Substract maks from silk
This commit is contained in:
Benny Megidish
2023-01-04 18:15:31 +02:00
committed by GitHub
+1 -1
View File
@@ -29,7 +29,7 @@ class ProcessManager:
plot_options.SetUseGerberAttributes(True)
plot_options.SetUseGerberProtelExtensions(False)
plot_options.SetUseAuxOrigin(True)
plot_options.SetSubtractMaskFromSilk(False)
plot_options.SetSubtractMaskFromSilk(True)
plot_options.SetDrillMarksType(0) # NO_DRILL_SHAPE
if hasattr(plot_options, "SetExcludeEdgeLayer"):