Skip to content
Snippets Groups Projects
Commit 7464d3c9 authored by John Davis's avatar John Davis
Browse files

Update ConfigurationStore.cpp

Changed AUTO_BED_LEVEL to AUTO_BED_COMPENSATION
parent 81568c3c
No related branches found
No related tags found
No related merge requests found
......@@ -319,7 +319,7 @@ void Config_ResetDefault()
absPreheatHPBTemp = ABS_PREHEAT_HPB_TEMP;
absPreheatFanSpeed = ABS_PREHEAT_FAN_SPEED;
#endif
#ifdef ENABLE_AUTO_BED_LEVELING
#ifdef ENABLE_AUTO_BED_COMPENSATION
zprobe_zoffset = -Z_PROBE_OFFSET_FROM_EXTRUDER;
#endif
#ifdef DOGLCD
......
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