Browse Source

Merge pull request #1511 from MagoKimbra/Reset_Alert_message_M600

Reset Alert message when finish M600 command
Scott Lahteine 10 years ago
parent
commit
ab419795b3
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      Marlin/Marlin_main.cpp

+ 3
- 0
Marlin/Marlin_main.cpp View File

3760
 
3760
 
3761
         RUNPLAN; //should do nothing
3761
         RUNPLAN; //should do nothing
3762
 
3762
 
3763
+        //reset LCD alert message
3764
+    	lcd_reset_alert_level();
3765
+
3763
         #ifdef DELTA
3766
         #ifdef DELTA
3764
           calculate_delta(lastpos);
3767
           calculate_delta(lastpos);
3765
           plan_buffer_line(delta[X_AXIS], delta[Y_AXIS], delta[Z_AXIS], target[E_AXIS], fr60, active_extruder); //move xyz back
3768
           plan_buffer_line(delta[X_AXIS], delta[Y_AXIS], delta[Z_AXIS], target[E_AXIS], fr60, active_extruder); //move xyz back

Loading…
Cancel
Save