- in Excellon UI, if Basic application mode is selected in Preferences, the Plot column 'P' is hidden now because some inexperienced users mistake this column checkboxes for tool selection

This commit is contained in:
Marius Stanciu 2020-02-02 05:53:03 +02:00 committed by Marius
parent bfd71a81b8
commit 1be1851ac7
2 changed files with 2 additions and 0 deletions

View File

@ -2847,6 +2847,7 @@ class FlatCAMExcellon(FlatCAMObj, Excellon):
self.ui.level.setText('<span style="color:green;"><b>%s</b></span>' % _('Basic'))
self.ui.tools_table.setColumnHidden(4, True)
self.ui.tools_table.setColumnHidden(5, True)
self.ui.estartz_label.hide()
self.ui.estartz_entry.hide()
self.ui.feedrate_rapid_label.hide()

View File

@ -12,6 +12,7 @@ CAD program, and create G-Code for Isolation routing.
2.02.2020
- fixed issue #376 where the V-Shape parameters from Gerber UI are not transfered to the resulting Geometry object if the 'combine' checkbox is not checked in the Gerber UI
- in Excellon UI, if Basic application mode is selected in Preferences, the Plot column 'P' is hidden now because some inexperienced users mistake this column checkboxes for tool selection
31.01.2020