mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Don't skip the first layer
This commit is contained in:
parent
cfdde8dd07
commit
0e23fb15af
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue