- upgraded the skew Tcl command to work on a selection of objects and added the ability to skew not only in degrees but also by distances

This commit is contained in:
Marius Stanciu
2022-02-01 16:48:42 +02:00
committed by Marius
parent 642550b1bc
commit 52a0efb62e
5 changed files with 166 additions and 33 deletions

View File

@@ -801,17 +801,19 @@ class FlatCAMDefaults:
'Repetier, Roland_MDX_20, Roland_MDX_540,'
'Toolchange_Manual, Toolchange_Probe_MACH3, True, '
'Users, all, auto, axis, axisoffset, '
'box, center_x, center_y, columns, combine, connect, contour, default, '
'box, center_x, center_y, center, columns, combine, connect, contour, default, '
'depthperpass, dia, diatol, dist, drilled_dias, drillz, dpp, dwelltime, '
'endxy, endz, extracut_length, f, factor, feedrate, '
'feedrate_z, gridoffsety, gridx, gridy, has_offset, '
'holes, hpgl, iso_type, join, '
'las_min_pwr, las_power, keep_scripts, margin, marlin, method, milled_dias, '
'minoffset, name, offset, opt_type, order, outname, overlap, obj_name'
'minoffset, min_bounds, name, offset, opt_type, order, '
'outname, overlap, obj_name, '
'passes, postamble, pp, ppname_e, ppname_g, preamble, radius, ref, rest, '
'rows, shellvar_, scale_factor, spacing_columns, spacing_rows, spindlespeed, '
'startz, startxy, toolchange_xy, toolchangez, '
'tooldia, travelz, use_threads, value, x, x0, x1, y, y0, y1, z_cut, '
'tooldia, travelz, use_threads, value, '
'x, x0, x1, x_dist, y, y0, y1, y_dist, z_cut, '
'z_move',
"script_autocompleter": True,
"script_text": "",