- hidden the configuration for G91 coordinates due of deciding to leave this development for another time; it require too much refactoring

- added some messages for the G-code generation so the user know in which stage the process is
This commit is contained in:
Marius Stanciu
2019-09-05 20:36:02 +03:00
committed by Marius
parent 67f0c657c6
commit eb7584b649
3 changed files with 132 additions and 127 deletions

View File

@@ -6252,6 +6252,10 @@ class CNCJobGenPrefGroupUI(OptionsGroupUI):
grid0.addWidget(coords_type_label, 10, 0)
grid0.addWidget(self.coords_type_radio, 10, 1)
# hidden for the time being, until implemented
coords_type_label.hide()
self.coords_type_radio.hide()
self.layout.addStretch()