Skip to content

Commit

Permalink
Merge pull request MarlinFirmware#720 from sourceperl/Marlin_v1
Browse files Browse the repository at this point in the history
Update ConfigurationStore.cpp
  • Loading branch information
alexborro committed Jan 17, 2014
2 parents 05932e4 + fdac8f6 commit c724c76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Marlin/ConfigurationStore.cpp
Original file line number Diff line number Diff line change
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 c724c76

Please sign in to comment.