- some GUI elements changes

This commit is contained in:
Marius Stanciu
2019-02-23 06:11:42 +02:00
committed by Marius S
parent 21f970204e
commit 2843810ab3
14 changed files with 194 additions and 188 deletions

View File

@@ -6314,7 +6314,7 @@ class CNCjob(Geometry):
temp_gcode = ''
header_start = False
header_stop = False
units = self.app.general_options_form.general_app_group.units_radio.get_value().upper()
units = self.app.ui.general_options_form.general_app_group.units_radio.get_value().upper()
lines = StringIO(g)
for line in lines: