- in Milling Plugin, for Excellon target, re-enabled the control over the Feedrate X-Y parameter

This commit is contained in:
Marius Stanciu
2022-09-27 16:45:32 +03:00
committed by Marius
parent 8f774df30b
commit 56033b8bc4
2 changed files with 4 additions and 5 deletions

View File

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

View File

@@ -1280,8 +1280,6 @@ class ToolMilling(AppTool, Excellon):
self.ui.overlap_entry.show() self.ui.overlap_entry.show()
self.ui.connect_cb.show() self.ui.connect_cb.show()
self.ui.frxylabel.hide()
self.ui.xyfeedrate_entry.hide()
self.ui.extracut_cb.hide() self.ui.extracut_cb.hide()
self.ui.e_cut_entry.hide() self.ui.e_cut_entry.hide()
@@ -4621,9 +4619,6 @@ class MillingUI:
param_grid.addWidget(self.frxylabel, 36, 0) param_grid.addWidget(self.frxylabel, 36, 0)
param_grid.addWidget(self.xyfeedrate_entry, 36, 1) param_grid.addWidget(self.xyfeedrate_entry, 36, 1)
self.frxylabel.hide()
self.xyfeedrate_entry.hide()
# Feedrate Z # Feedrate Z
self.frzlabel = FCLabel('%s:' % _('Feedrate Z')) self.frzlabel = FCLabel('%s:' % _('Feedrate Z'))
self.frzlabel.setToolTip( self.frzlabel.setToolTip(