mirror of
https://github.com/synthetos/g2.git
synced 2026-09-25 08:03:37 +08:00
Fix for final gcode (if non-move) being dropped in some cases.
This commit is contained in:
@@ -191,7 +191,6 @@ stat_t mp_forward_plan()
|
||||
|
||||
// Case 0: Examine current running buffer for early exit conditions
|
||||
if (bf == NULL) { // case 0a: NULL means nothing is running - this is OK
|
||||
st_prep_null();
|
||||
return (STAT_OK);
|
||||
}
|
||||
if (bf->buffer_state < MP_BUFFER_BACK_PLANNED) { // case 0b: nothing to do. get outta here.
|
||||
|
||||
Reference in New Issue
Block a user