From 56033b8bc4ea18a8b7a7e5051473b26715ec0492 Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Tue, 27 Sep 2022 16:45:32 +0300 Subject: [PATCH] - in Milling Plugin, for Excellon target, re-enabled the control over the Feedrate X-Y parameter --- CHANGELOG.md | 4 ++++ appPlugins/ToolMilling.py | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8c77c19..70806cad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ CHANGELOG for FlatCAM Evo beta ================================================= +27.09.2022 + +- in Milling Plugin, for Excellon target, re-enabled the control over the Feedrate X-Y parameter + 25.09.2022 - added a new setting in Preferences ("3D compatibility") controlled by a checkbox. If the checkbox is checked then multithreading is disabled for the 3D mode (lower performance but perhaps more compatibility, especially for Linux) - this was done from the research done by Matti Eiden on bitbucket diff --git a/appPlugins/ToolMilling.py b/appPlugins/ToolMilling.py index dc2ffe67..c681a5d3 100644 --- a/appPlugins/ToolMilling.py +++ b/appPlugins/ToolMilling.py @@ -1280,8 +1280,6 @@ class ToolMilling(AppTool, Excellon): self.ui.overlap_entry.show() self.ui.connect_cb.show() - self.ui.frxylabel.hide() - self.ui.xyfeedrate_entry.hide() self.ui.extracut_cb.hide() self.ui.e_cut_entry.hide() @@ -4621,9 +4619,6 @@ class MillingUI: param_grid.addWidget(self.frxylabel, 36, 0) param_grid.addWidget(self.xyfeedrate_entry, 36, 1) - self.frxylabel.hide() - self.xyfeedrate_entry.hide() - # Feedrate Z self.frzlabel = FCLabel('%s:' % _('Feedrate Z')) self.frzlabel.setToolTip(