- working to differentiate between temporary units change and permanent units change
This commit is contained in:
@@ -84,7 +84,7 @@ class TclCommandOpenDXF(TclCommandSignaled):
|
||||
if obj_type != "geometry" and obj_type != "gerber":
|
||||
self.raise_tcl_error("Option type can be 'geometry' or 'gerber' only, got '%s'." % obj_type)
|
||||
|
||||
units = self.app.defaults['units'].upper()
|
||||
units = self.app.app_units.upper()
|
||||
|
||||
with self.app.proc_container.new('%s...' % _("Opening")):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user