Don't skip the first layer

This commit is contained in:
Ghostkeeper 2018-02-12 11:07:15 +01:00
parent cfdde8dd07
commit 0e23fb15af
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A

View file

@ -126,7 +126,6 @@ class PauseAtHeight(Script):
for line in lines:
if ";LAYER:0" in line:
layers_started = True
continue
if not layers_started:
continue