- added into Preferences the Calculator Tools
- made the Preferences window scrollable on the horizontal side (it was only vertically scrollable before) - made invisible some buttons that could mislead (the ones for slots converted to drills which I deem unsafe)
This commit is contained in:
@@ -611,7 +611,8 @@ class ExcellonObjectUI(ObjectUI):
|
||||
self.tools_box.addLayout(gcode_box)
|
||||
|
||||
# temporary action until I finish the feature
|
||||
self.excellon_gcode_type_radio.setEnabled(False)
|
||||
self.excellon_gcode_type_radio.setVisible(False)
|
||||
gcode_type_label.hide()
|
||||
|
||||
self.generate_cnc_button = QtWidgets.QPushButton('Create GCode')
|
||||
self.generate_cnc_button.setToolTip(
|
||||
|
||||
Reference in New Issue
Block a user