summaryrefslogtreecommitdiff
path: root/lib/extensions
diff options
context:
space:
mode:
authorLex Neva <lexelby@users.noreply.github.com>2020-01-31 20:06:50 -0500
committerGitHub <noreply@github.com>2020-01-31 20:06:50 -0500
commit7b8a5a2c25cd1780ceb3bac1e01ed538cedac61d (patch)
tree7a4b184e98c9d331558f5f3d68740243f032dc81 /lib/extensions
parentbacd90066eefde0d2624a29481bf5200e11c4dcc (diff)
parent468ed07c335249d5e7bb56638093cfc90451fc01 (diff)
Merge pull request #557 from inkstitch/lexelby/no-commands-in-print
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)