Browse Source

Tweak for soft endstops

Scott Lahteine 7 years ago
parent
commit
0b5b03d9dc
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/ultralcd.cpp

+ 1
- 0
Marlin/ultralcd.cpp View File

@@ -2910,6 +2910,7 @@ void kill_screen(const char* lcd_msg) {
2910 2910
               max = soft_endstop_max[Z_AXIS];
2911 2911
             #endif
2912 2912
             break;
2913
+          default: break;
2913 2914
         }
2914 2915
       #endif // MIN_SOFTWARE_ENDSTOPS || MAX_SOFTWARE_ENDSTOPS
2915 2916
 

Loading…
Cancel
Save