- in Tcl command add_polygon added ability to use -p_coords optional parameter where the value of this argument should be a list of tuple coordinates

This commit is contained in:
Marius Stanciu
2022-02-15 04:22:36 +02:00
committed by Marius
parent c5b929781e
commit d13b4ef14f
4 changed files with 24 additions and 9 deletions

View File

@@ -667,7 +667,8 @@ class App(QtCore.QObject):
'has_offset', 'holes', 'hpgl', 'iso_type', 'join', 'keep_scripts',
'las_min_pwr', 'las_power', 'margin', 'marlin', 'method',
'milled_dias', 'minoffset', 'min_bounds', 'name', 'offset', 'opt_type', 'order',
'outname', 'overlap', 'obj_name', 'passes', 'postamble', 'pp', 'ppname_e', 'ppname_g',
'outname', 'overlap', 'obj_name',
'p_coords', 'passes', 'postamble', 'pp', 'ppname_e', 'ppname_g',
'preamble', 'radius', 'ref', 'rest', 'rows', 'shellvar_', 'scale_factor',
'spacing_columns',
'spacing_rows', 'spindlespeed', 'startz', 'startxy',