- added a new FlatCAM Tool: Gerber Invert Tool. It will invert the copper features in a Gerber file: where is copper there will be empty and where is empty it will be copper
This commit is contained in:
@@ -358,6 +358,7 @@ class ToolPaint(FlatCAMTool, Gerber):
|
||||
)
|
||||
self.paintmargin_entry = FCDoubleSpinner()
|
||||
self.paintmargin_entry.set_precision(self.decimals)
|
||||
self.paintmargin_entry.set_range(-9999.9999, 9999.9999)
|
||||
self.paintmargin_entry.setObjectName(_("Margin"))
|
||||
|
||||
grid4.addWidget(marginlabel, 2, 0)
|
||||
|
||||
Reference in New Issue
Block a user