|
@@ -5508,7 +5508,7 @@ inline void gcode_M503() {
|
5508
|
5508
|
delay(100);
|
5509
|
5509
|
LCD_ALERTMESSAGEPGM(MSG_FILAMENTCHANGE);
|
5510
|
5510
|
millis_t next_tick = 0;
|
5511
|
|
- KEEPALIVE_STATE(WAIT_FOR_USER);
|
|
5511
|
+ KEEPALIVE_STATE(PAUSED_FOR_USER);
|
5512
|
5512
|
while (!lcd_clicked()) {
|
5513
|
5513
|
#if DISABLED(AUTO_FILAMENT_CHANGE)
|
5514
|
5514
|
millis_t ms = millis();
|
|
@@ -6028,6 +6028,7 @@ void process_next_command() {
|
6028
|
6028
|
|
6029
|
6029
|
case 105: // M105: Read current temperature
|
6030
|
6030
|
gcode_M105();
|
|
6031
|
+ KEEPALIVE_STATE(NOT_BUSY);
|
6031
|
6032
|
return; // "ok" already printed
|
6032
|
6033
|
|
6033
|
6034
|
case 109: // M109: Wait for temperature
|