Start at the first segment, not the last segment
This commit is contained in:
parent
671519caf3
commit
78534f3b48
1 changed files with 1 additions and 1 deletions
|
@ -9492,7 +9492,7 @@ uint16_t restore_interrupted_gcode() {
|
||||||
return saved_segment_idx;
|
return saved_segment_idx;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
return 0;
|
return 1; //begin with the first segment
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef MESH_BED_LEVELING
|
#ifdef MESH_BED_LEVELING
|
||||||
|
|
Loading…
Add table
Reference in a new issue