summaryrefslogtreecommitdiff
path: root/lib/extensions
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2019-10-21 20:20:45 -0400
committerLex Neva <github.com@lexneva.name>2019-10-21 20:20:45 -0400
commit468ed07c335249d5e7bb56638093cfc90451fc01 (patch)
treef074b8f5cad0fb98c8289bf50e7465a0b06be27a /lib/extensions
parent4d722814a8c949c056da7632a11d624ae7a24da1 (diff)
don't show visual commands in print preview
Diffstat (limited to 'lib/extensions')
-rw-r--r--lib/extensions/print_pdf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/extensions/print_pdf.py b/lib/extensions/print_pdf.py
index befb7861..387e246b 100644
--- a/lib/extensions/print_pdf.py
+++ b/lib/extensions/print_pdf.py
@@ -199,7 +199,7 @@ class Print(InkstitchExtension):
def render_svgs(self, stitch_plan, realistic=False):
svg = deepcopy(self.document).getroot()
- render_stitch_plan(svg, stitch_plan, realistic)
+ render_stitch_plan(svg, stitch_plan, realistic, visual_commands=False)
self.strip_namespaces(svg)