Make MBL work more like PROBE_MANUALLY

This commit is contained in:
Scott Lahteine
2017-11-27 02:12:29 -06:00
parent 94cb412e45
commit 276271e72f
4 changed files with 69 additions and 129 deletions

View File

@ -40,8 +40,10 @@
extern int16_t lcd_preheat_hotend_temp[2], lcd_preheat_bed_temp[2], lcd_preheat_fan_speed[2];
#if ENABLED(LCD_BED_LEVELING) && ENABLED(PROBE_MANUALLY)
#if ENABLED(LCD_BED_LEVELING)
extern bool lcd_wait_for_move;
#else
constexpr bool lcd_wait_for_move = false;
#endif
int16_t lcd_strlen(const char* s);