- 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:
Marius Stanciu
2019-02-09 11:52:08 +02:00
committed by Marius S
parent d17fc12196
commit 8665b1d8c3
5 changed files with 158 additions and 33 deletions

View File

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