diff options
| author | Cole Vick <cole.d.vick@gmail.com> | 2022-10-16 09:27:49 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-16 09:27:49 -0500 |
| commit | b5b931240c09a80e7a1131e9859ca46f50eabf83 (patch) | |
| tree | 7d90675c29663ccf0b6949c3ea2c42df009678bd /lib | |
| parent | a059cda563920786e6aef9cd89da6cc9ba05f1bd (diff) | |
| parent | 318069d194c77fc294eeb8b30a5390c9d63b040c (diff) | |
Merge pull request #1838 from inkstitch/cvick32/pdf-pattern-only
cvick32/pdf pattern only
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/extensions/print_pdf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/extensions/print_pdf.py b/lib/extensions/print_pdf.py index 47e68c5d..01878e8d 100644 --- a/lib/extensions/print_pdf.py +++ b/lib/extensions/print_pdf.py @@ -274,6 +274,8 @@ class Print(InkstitchExtension): 'client_detailedview': False, 'operator_overview': True, 'operator_detailedview': True, + 'full_page_patternview': False, + 'show_footer': False, 'custom_page': False }, logo={'src': '', 'title': 'LOGO'}, |
