summaryrefslogtreecommitdiff
path: root/gerbonara/gerber/rs274x.py
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2021-12-30 00:24:05 +0100
committerjaseg <git@jaseg.de>2021-12-30 00:24:05 +0100
commitcf4957aee491d225b78993edacb0c4e21fcc20eb (patch)
tree816b85887e830f14b26c7d4617b49347cf0c3d49 /gerbonara/gerber/rs274x.py
parent5359e9cb37fa7037ae926751ac7924295f327b43 (diff)
downloadgerbonara-cf4957aee491d225b78993edacb0c4e21fcc20eb.tar.gz
gerbonara-cf4957aee491d225b78993edacb0c4e21fcc20eb.tar.bz2
gerbonara-cf4957aee491d225b78993edacb0c4e21fcc20eb.zip
All round trip tests pass
Diffstat (limited to 'gerbonara/gerber/rs274x.py')
-rw-r--r--gerbonara/gerber/rs274x.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/gerbonara/gerber/rs274x.py b/gerbonara/gerber/rs274x.py
index ad5e494..28949c5 100644
--- a/gerbonara/gerber/rs274x.py
+++ b/gerbonara/gerber/rs274x.py
@@ -366,9 +366,7 @@ class GraphicsState:
yield ApertureStmt(self.aperture_map[id(aperture)])
def set_current_point(self, point):
- print(f'current point {self.point}')
if self.point != point:
- print(f'current point update {point}')
self.point = point
yield MoveStmt(*point)