From f9580be396186be83dafc9798ecc2a15504f6f49 Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Fri, 13 Dec 2019 06:53:13 +0200 Subject: [PATCH] - wip --- flatcamParsers/ParseHPGL2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/flatcamParsers/ParseHPGL2.py b/flatcamParsers/ParseHPGL2.py index 3798a8be..30846abe 100644 --- a/flatcamParsers/ParseHPGL2.py +++ b/flatcamParsers/ParseHPGL2.py @@ -316,6 +316,7 @@ class HPGL2(Geometry): geo = LineString(path) self.tools[current_tool]['solid_geometry'].append(geo) geo_buffer.append(geo) + path[:] = [] # if linear_x or linear_y are None, ignore those if linear_x is not None and linear_y is not None: