diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-06-26 22:51:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-26 22:51:15 +0200 |
| commit | 5f23dea1a1fa1708cc66d6aa951970bbd927515f (patch) | |
| tree | 859216fde8fcba8ebbec05cf2323f7a7dee8a4a8 /lib/output.py | |
| parent | d2e571a3fbfa82baa1c0411fb4ee277692f574d3 (diff) | |
Make PNG (simple/realistic) and threadlist available in export file formats (#3019)
Diffstat (limited to 'lib/output.py')
| -rw-r--r-- | lib/output.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/output.py b/lib/output.py index 1f932a0b..4559ca2b 100644 --- a/lib/output.py +++ b/lib/output.py @@ -104,9 +104,6 @@ def write_embroidery_file(file_path, stitch_plan, svg, settings={}): settings['max_stitch'] = float('inf') settings['max_jump'] = float('inf') settings['explicit_trim'] = False - elif file_path.endswith('.png'): - settings['linewidth'] = 1 - settings['background'] = 'white' try: pyembroidery.write(pattern, file_path, settings) |
