From 7e98365885ea833e0ea0ac029398c4ba2103b435 Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Mon, 13 Apr 2020 20:31:32 +0300 Subject: [PATCH] - minor update to the autocomplete dictionary --- FlatCAMApp.py | 4 ++-- README.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/FlatCAMApp.py b/FlatCAMApp.py index 5e4ea70b..61769ce8 100644 --- a/FlatCAMApp.py +++ b/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', diff --git a/README.md b/README.md index 99d47851..fb03c75d 100644 --- a/README.md +++ b/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