瀏覽代碼

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

Allow lowercase units in set sys command
Marius Stanciu 7 年之前
父節點
當前提交
a75c8bb6e9
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      tclCommands/TclCommandSetSys.py

+ 3 - 1
tclCommands/TclCommandSetSys.py

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