summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)