- made the Distance Tool display the angle in values between 0 and 359.9999 degrees
- changed some strings
This commit is contained in:
@@ -139,7 +139,7 @@ class FlatCAMObj(QtCore.QObject):
|
||||
except KeyError:
|
||||
log.debug("FlatCAMObj.from_dict() --> KeyError: %s. "
|
||||
"Means that we are loading an old project that don't"
|
||||
"have all attributes in the latest FlatCAM." % str(attr))
|
||||
"have all attributes in the latest application version." % str(attr))
|
||||
pass
|
||||
|
||||
def on_options_change(self, key):
|
||||
|
||||
Reference in New Issue
Block a user