Procházet zdrojové kódy

- 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 před 6 roky
rodič
revize
1be1851ac7
2 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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