- Copper Thieving Tool - added a default value for the mask clearance when generating pattern plating mask

This commit is contained in:
Marius Stanciu
2019-12-05 03:14:07 +02:00
committed by Marius
parent efb82abac6
commit fa99f97586
5 changed files with 31 additions and 8 deletions

View File

@@ -586,6 +586,7 @@ class ToolCopperThieving(FlatCAMTool):
self.rb_margin_entry.set_value(self.app.defaults["tools_copper_thieving_rb_margin"])
self.rb_thickness_entry.set_value(self.app.defaults["tools_copper_thieving_rb_thickness"])
self.clearance_ppm_entry.set_value(self.app.defaults["tools_copper_thieving_mask_clearance"])
# INIT SECTION
self.area_method = False