- fixed an issue in the FlatCAMObj.FlatCAMGerber.convert_units() which needed to be updated after changes elsewhere
This commit is contained in:
@@ -1607,7 +1607,7 @@ class Gerber(Geometry):
|
||||
"""
|
||||
Converts the units of the object to ``units`` by scaling all
|
||||
the geometry appropriately. This call ``scale()``. Don't call
|
||||
it again in descendents.
|
||||
it again in descendants.
|
||||
|
||||
:param units: "IN" or "MM"
|
||||
:type units: str
|
||||
|
||||
Reference in New Issue
Block a user