diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-06-30 14:19:28 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-07-12 20:13:46 -0400 |
| commit | aa86dc56ad5cb9166ab1c9cda036d9521855ad29 (patch) | |
| tree | eb023aa54b929a78a117bd683314be3662a4b578 | |
| parent | 3893d13b52b2755ea134ec4d3a215ee807dbbc2e (diff) | |
remove 'TRIM after' and 'STOP after' from Params dialog
| -rw-r--r-- | lib/elements/element.py | 12 | ||||
| -rw-r--r-- | messages.po | 16 |
2 files changed, 1 insertions, 27 deletions
diff --git a/lib/elements/element.py b/lib/elements/element.py index 1c67d123..62e9745d 100644 --- a/lib/elements/element.py +++ b/lib/elements/element.py @@ -242,22 +242,10 @@ class EmbroideryElement(object): return [self.strip_control_points(subpath) for subpath in path] @property - @param('trim_after', - _('TRIM after'), - tooltip=_('Trim thread after this object (for supported machines and file formats)'), - type='boolean', - default=False, - sort_index=1000) def trim_after(self): return self.get_boolean_param('trim_after', False) @property - @param('stop_after', - _('STOP after'), - tooltip=_('Add STOP instruction after this object (for supported machines and file formats)'), - type='boolean', - default=False, - sort_index=1000) def stop_after(self): return self.get_boolean_param('stop_after', False) diff --git a/messages.po b/messages.po index 4607abeb..621db2e3 100644 --- a/messages.po +++ b/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-07-12 20:04-0400\n" +"POT-Creation-Date: 2018-07-12 20:13-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -51,20 +51,6 @@ msgstr "" msgid "%(id)s has more than one command of type '%(command)s' linked to it" msgstr "" -msgid "TRIM after" -msgstr "" - -msgid "Trim thread after this object (for supported machines and file formats)" -msgstr "" - -msgid "STOP after" -msgstr "" - -msgid "" -"Add STOP instruction after this object (for supported machines and file " -"formats)" -msgstr "" - msgid "Fill" msgstr "" |
