- minor update to the autocomplete dictionary

This commit is contained in:
Marius Stanciu 2020-04-13 20:31:32 +03:00 committed by Marius
parent 742180d6e3
commit 7e98365885
2 changed files with 3 additions and 2 deletions

View File

@ -1033,7 +1033,7 @@ class App(QtCore.QObject):
'Marius, My Documents, Paste_1, '
'Repetier, Roland_MDX_20, True, Users, Toolchange_Custom, '
'Toolchange_Probe_MACH3, '
'Toolchange_manual, Users, all, angle_x, angle_y, axis, auto, axisoffset, '
'Toolchange_manual, Users, all, axis, auto, axisoffset, '
'box, center_x, center_y, columns, combine, connect, contour, default, '
'depthperpass, dia, diatol, dist, drilled_dias, drillz, dwelltime, '
'extracut_length, f, '
@ -2328,7 +2328,7 @@ class App(QtCore.QObject):
'Paste_1',
'Repetier', 'Roland_MDX_20', 'Users', 'Toolchange_Custom', 'Toolchange_Probe_MACH3',
'Toolchange_manual', 'True', 'Users',
'all', 'angle_x', 'angle_y', 'auto', 'axis',
'all', 'auto', 'axis',
'axisoffset', 'box', 'center_x', 'center_y', 'columns', 'combine', 'connect',
'contour', 'default',
'depthperpass', 'dia', 'diatol', 'dist', 'drilled_dias', 'drillz',

View File

@ -18,6 +18,7 @@ CAD program, and create G-Code for Isolation routing.
- updated the App.plot_all() method giving it the possibility to be run as threaded or not
- updated the Tcl command PlotAll to be able to run threaded or not
- updated the Tcl commands PlotAll and PlotObjects to have a parameter that control if the objects are to be plotted or not on canvas; it serve as a disable/enable
- minor update to the autocomplete dictionary
11.04.2020