From 5986ea4f2289e62a70be6a5f78a1a06e2336ad8d Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Tue, 24 Oct 2017 03:46:52 +0100 Subject: default simulate to a slower speed --- embroider_simulate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embroider_simulate.py') 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) -- cgit v1.2.3