- initial add of a new Tcl COmmand named CopperClear

- remade the NCC Tool in preparation for the newly added TclCommand CopperClear
This commit is contained in:
Marius Stanciu
2019-08-25 04:45:16 +03:00
committed by Marius
parent d606c836f4
commit 8c0b8ed13d
7 changed files with 908 additions and 208 deletions

View File

@@ -53,6 +53,7 @@ class TclCommandPaint(TclCommand):
('tooldia', 'Diameter of the tool to be used. Can be a comma separated list of diameters. No space is '
'allowed between tool diameters. E.g: correct: 0.5,1 / incorrect: 0.5, 1'),
('overlap', 'Fraction of the tool diameter to overlap cuts. Float number.'),
('margin', 'Bounding box margin. Float number.'),
('order', 'Can have the values: "no", "fwd" and "rev". String.'
'It is useful when there are multiple tools in tooldia parameter.'
'"no" -> the order used is the one provided.'