- 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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user