summaryrefslogtreecommitdiff
path: root/gerbonara/newstroke.py
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2023-07-21 20:55:35 +0200
committerjaseg <git@jaseg.de>2023-07-21 20:55:35 +0200
commiteb20595e00bdc59daa31392eaca559ab36f59a5c (patch)
treef178eebb333ad32e535ee109f3b79b68f1e5a764 /gerbonara/newstroke.py
parente4dcbe177f8a152f380983f46d9239c9460bfc6a (diff)
downloadgerbonara-eb20595e00bdc59daa31392eaca559ab36f59a5c.tar.gz
gerbonara-eb20595e00bdc59daa31392eaca559ab36f59a5c.tar.bz2
gerbonara-eb20595e00bdc59daa31392eaca559ab36f59a5c.zip
WIP
Diffstat (limited to 'gerbonara/newstroke.py')
-rw-r--r--gerbonara/newstroke.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/gerbonara/newstroke.py b/gerbonara/newstroke.py
index d45598d..ac203ec 100644
--- a/gerbonara/newstroke.py
+++ b/gerbonara/newstroke.py
@@ -37,8 +37,6 @@ class Newstroke:
sx, sy = scale
mx, my = mirror
x = 0
- if text in ('VDDA', 'PA9', 'VSS', 'FB3'):
- print(text, x0, y0, rotation, h_align, v_align, scale)
if rotation >= 180:
rotation -= 180