Merged in marius_stanciu/flatcam_mpl/allow_lowercase_units_in_set_sys_command (pull request #91)

Allow lowercase units in set sys command
This commit is contained in:
Marius Stanciu
2018-05-29 13:54:02 +00:00
committed by jpcgt

View File

@@ -55,7 +55,9 @@ class TclCommandSetSys(TclCommand.TclCommand):
"false": False,
"False": False,
"true": True,
"True": True
"True": True,
"mm": "MM",
"in": "IN"
}
if param in self.app.defaults: