diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-04-12 06:03:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-12 06:03:01 +0200 |
| commit | c2396081f0b8099da687ceef03b213a0c42dacd9 (patch) | |
| tree | 920707032804073af79bb6f47a9b54be8b106e85 /lib/inx/inputs.py | |
| parent | 93b9c0fa6d35c2b4f7ea43c3bfc2ef142e193b3b (diff) | |
update pyembroidery (#3644)
Diffstat (limited to 'lib/inx/inputs.py')
| -rwxr-xr-x | lib/inx/inputs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inx/inputs.py b/lib/inx/inputs.py index 624a8dcc..cd8b57bd 100755 --- a/lib/inx/inputs.py +++ b/lib/inx/inputs.py @@ -10,7 +10,7 @@ from .utils import build_environment, write_inx_file def pyembroidery_input_formats(): for format in pyembroidery.supported_formats(): - if 'reader' in format and format['category'] in ['embroidery', 'color', 'stitch', 'debug']: + if 'reader' in format and format['category'] in ['embroidery', 'color', 'stitch', 'quilting', 'debug']: yield format['extension'], format['description'] |
