Pārlūkot izejas kodu

- minor update to the autocomplete dictionary

Marius Stanciu 5 gadi atpakaļ
vecāks
revīzija
7e98365885
2 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  1. 2 2
      FlatCAMApp.py
  2. 1 0
      README.md

+ 2 - 2
FlatCAMApp.py

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

+ 1 - 0
README.md

@@ -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