- NCC Plugin - minor code refactoring

This commit is contained in:
Marius Stanciu
2023-05-14 22:14:43 +03:00
parent 5d274dd522
commit 6719e2ef8e
3 changed files with 18 additions and 18 deletions

View File

@@ -907,7 +907,7 @@ class GerberObject(FlatCAMObj, Gerber):
Gerber.convert_units(self, units)
# self.obj_options['isotooldia'] = float(self.obj_options['isotooldia']) * factor
# self.obj_options['isotd_list'] = float(self.obj_options['isotd_list']) * factor
# self.obj_options['bboxmargin'] = float(self.obj_options['bboxmargin']) * factor
def plot(self, kind=None, **kwargs):