summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLex Neva <github@lexneva.name>2017-10-24 03:46:52 +0100
committerLex Neva <github@lexneva.name>2017-10-24 03:46:52 +0100
commit5986ea4f2289e62a70be6a5f78a1a06e2336ad8d (patch)
tree85f9c77530c1ae41ed961c756e91e7faf65c9f49
parentd40bf671803026a73063298476c272d8040c9a52 (diff)
default simulate to a slower speed
-rw-r--r--embroider_simulate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/embroider_simulate.py b/embroider_simulate.py
index 87ff9c08..aac8471b 100644
--- a/embroider_simulate.py
+++ b/embroider_simulate.py
@@ -8,7 +8,7 @@ import inkex
class EmbroiderySimulator(wx.Frame):
def __init__(self, *args, **kwargs):
stitch_file = kwargs.pop('stitch_file')
- self.frame_period = kwargs.pop('frame_period', 10)
+ self.frame_period = kwargs.pop('frame_period', 80)
self.stitches_per_frame = kwargs.pop('stitches_per_frame', 1)
wx.Frame.__init__(self, *args, **kwargs)