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:
Brian
2017-04-30 21:49:00 -04:00
committed by Scott Lahteine
parent fc9919b749
commit 4e1448e75a
15 changed files with 16 additions and 2 deletions

4
Marlin/ultralcd.cpp Executable file → Normal file
View File

@ -39,6 +39,10 @@
#include "duration_t.h"
#endif
#if ENABLED(BLTOUCH)
#include "endstops.h"
#endif
int lcd_preheat_hotend_temp[2], lcd_preheat_bed_temp[2], lcd_preheat_fan_speed[2];
#if ENABLED(FILAMENT_LCD_DISPLAY) && ENABLED(SDSUPPORT)