From 579ef18b563544636b8a575cbbc3fbf774931019 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Fri, 28 Oct 2016 22:12:03 -0400 Subject: remove obselete stitch order option --- embroider.inx | 5 ----- embroider.py | 6 ------ 2 files changed, 11 deletions(-) diff --git a/embroider.inx b/embroider.inx index fea28b2f..0913964c 100644 --- a/embroider.inx +++ b/embroider.inx @@ -11,11 +11,6 @@ 3.0 0.0 true - - <_option value="automatic">Automatic - <_option value="layer">Preserve layer order only - <_option value="object">Preserve object stacking order - <_option value="melco">Melco <_option value="csv">Embroidermodder 2 CSV diff --git a/embroider.py b/embroider.py index 1db16f43..9a527d68 100644 --- a/embroider.py +++ b/embroider.py @@ -229,7 +229,6 @@ class Embroider(inkex.Effect): def __init__(self, *args, **kwargs): #dbg.write("args: %s\n" % repr(sys.argv)) inkex.Effect.__init__(self) - self.stacking_order_counter = 0 self.OptionParser.add_option("-r", "--row_spacing_mm", action="store", type="float", dest="row_spacing_mm", default=0.4, @@ -254,11 +253,6 @@ class Embroider(inkex.Effect): action="store", type="float", dest="flat", default=0.1, help="Minimum flatness of the subdivided curves") - self.OptionParser.add_option("-o", "--order", - action="store", type="choice", - choices=["automatic", "layer", "object"], - dest="order", default="automatic", - help="patch stitching order") self.OptionParser.add_option("--hide_layers", action="store", type="choice", choices=["true","false"], -- cgit v1.2.3