Explorar el Código

- 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

Marius Stanciu hace 6 años
padre
commit
1be1851ac7
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  1. 1 0
      FlatCAMObj.py
  2. 1 0
      README.md

+ 1 - 0
FlatCAMObj.py

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

+ 1 - 0
README.md

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