whitespace
This commit is contained in:
parent
d63a17c696
commit
137e1c5027
2 changed files with 2 additions and 2 deletions
|
@ -7164,7 +7164,7 @@ static void handleSafetyTimer()
|
|||
{
|
||||
setTargetBed(0);
|
||||
setTargetHotend(0, 0);
|
||||
lcd_show_fullscreen_message_and_wait_P(MSG_BED_HEATING_SAFETY_DISABLED);
|
||||
lcd_show_fullscreen_message_and_wait_P(MSG_BED_HEATING_SAFETY_DISABLED);
|
||||
}
|
||||
}
|
||||
#endif //SAFETYTIMER
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
#ifdef PAT9125
|
||||
#include "pat9125.h"
|
||||
#endif //PAT9125
|
||||
#endif //PAT9125
|
||||
|
||||
#ifdef TMC2130
|
||||
#include "tmc2130.h"
|
||||
|
|
Loading…
Reference in a new issue