default simulate to a slower speed

pull/5/head
Lex Neva 2017-10-24 03:46:52 +01:00
rodzic d40bf67180
commit 5986ea4f22
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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)