- 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',