Skip to content
Snippets Groups Projects
Commit c724c762 authored by alexborro's avatar alexborro
Browse files

Merge pull request #720 from sourceperl/Marlin_v1

Update ConfigurationStore.cpp
parents 05932e44 fdac8f6c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment