- in Milling Plugin, for Excellon target, re-enabled the control over the Feedrate X-Y parameter
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user