0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-19 08:08:25 +00:00

Tweak for soft endstops

This commit is contained in:
Scott Lahteine 2017-10-29 20:02:54 -05:00
parent 9288d80613
commit 0b5b03d9dc

View file

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