- finished a very rough and limited HPGL2 file import

This commit is contained in:
Marius Stanciu
2019-12-12 21:29:38 +02:00
committed by Marius
parent 0c057574c9
commit 02b567971d
5 changed files with 423 additions and 498 deletions

View File

@@ -5744,7 +5744,6 @@ class FlatCAMGeometry(FlatCAMObj, Geometry):
def plot_element(self, element, color='#FF0000FF', visible=None):
visible = visible if visible else self.options['plot']
try:
for sub_el in element:
self.plot_element(sub_el)