diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2020-02-02 20:08:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-02 20:08:00 +0100 |
| commit | 0c0874b91c681bc3e891c70522ff34886244aacc (patch) | |
| tree | 2caba49996a6817622ab82f61d00487027bdcd05 /lib/extensions/__init__.py | |
| parent | 6873098dee594a302a432167635866e1da08c6c9 (diff) | |
reset embroidery settings (#506)
Diffstat (limited to 'lib/extensions/__init__.py')
| -rw-r--r-- | lib/extensions/__init__.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/extensions/__init__.py b/lib/extensions/__init__.py index d6d0e279..38276a64 100644 --- a/lib/extensions/__init__.py +++ b/lib/extensions/__init__.py @@ -2,17 +2,18 @@ from auto_satin import AutoSatin from convert_to_satin import ConvertToSatin from cut_satin import CutSatin from embroider import Embroider -from lib.extensions.troubleshoot import Troubleshoot from flip import Flip from global_commands import GlobalCommands from input import Input from install import Install from layer_commands import LayerCommands from lettering import Lettering +from lib.extensions.troubleshoot import Troubleshoot from object_commands import ObjectCommands from output import Output from params import Params from print_pdf import Print +from remove_embroidery_settings import RemoveEmbroiderySettings from simulate import Simulate from zip import Zip @@ -33,4 +34,5 @@ __all__ = extensions = [Embroider, CutSatin, AutoSatin, Lettering, - Troubleshoot] + Troubleshoot, + RemoveEmbroiderySettings] |
