- fixed an issue in the FlatCAMObj.FlatCAMGerber.convert_units() which needed to be updated after changes elsewhere

This commit is contained in:
Marius Stanciu
2019-11-13 02:59:47 +02:00
committed by Marius
parent eafa6350b7
commit dfbd4452a1
3 changed files with 5 additions and 3 deletions

View File

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