Fix M105 ok hack
This commit is contained in:
parent
023ccb0e89
commit
176e2674b9
|
|
@ -6399,7 +6399,8 @@ Sigma_Exit:
|
||||||
SERIAL_PROTOCOLPGM("ok ");
|
SERIAL_PROTOCOLPGM("ok ");
|
||||||
gcode_M105(extruder);
|
gcode_M105(extruder);
|
||||||
|
|
||||||
return;
|
cmdqueue_pop_front(); //prevent an ok after the command since this command uses an ok at the beginning.
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue