Various fixes for compiler warnings
add BLTouch-related messages in english and (rusty) french; add missing endstops.h in ultralcd.cpp; fix misc. compiler warnings; fix lsf_reset - ZERO macro can't handle a pointer as it would only memset the size of the pointer, not the size of the entire struct
This commit is contained in:
2
Marlin/Marlin_main.cpp
Executable file → Normal file
2
Marlin/Marlin_main.cpp
Executable file → Normal file
@ -2079,7 +2079,7 @@ static void clean_up_after_endstop_or_probe_move() {
|
||||
*/
|
||||
#if ENABLED(BLTOUCH_HEATERS_OFF)
|
||||
|
||||
bool set_heaters_for_bltouch(const bool deploy) {
|
||||
void set_heaters_for_bltouch(const bool deploy) {
|
||||
static bool heaters_were_disabled = false;
|
||||
static millis_t next_emi_protection;
|
||||
static float temps_at_entry[HOTENDS];
|
||||
|
Reference in New Issue
Block a user