Skip to content

Commit

Permalink
Update ConfigurationStore.cpp
Browse files Browse the repository at this point in the history
Unable to compile if ENABLE_AUTO_BED_LEVELING is not set (not set by default).
  • Loading branch information
sourceperl committed Jan 17, 2014
1 parent 05932e4 commit fdac8f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Marlin/ConfigurationStore.cpp
Expand Up @@ -274,7 +274,9 @@ void Config_ResetDefault()
absPreheatHPBTemp = ABS_PREHEAT_HPB_TEMP;
absPreheatFanSpeed = ABS_PREHEAT_FAN_SPEED;
#endif
#ifdef ENABLE_AUTO_BED_LEVELING
zprobe_zoffset = -Z_PROBE_OFFSET_FROM_EXTRUDER;
#endif
#ifdef DOGLCD
lcd_contrast = DEFAULT_LCD_CONTRAST;
#endif
Expand Down

0 comments on commit fdac8f6

Please sign in to comment.