Solved "The Travis CI build failed "
This commit is contained in:
parent
ed6b361e27
commit
4ea8d0f89b
@ -8486,7 +8486,7 @@ inline void gcode_M503() {
|
||||
|
||||
if (!isnan(last_zoffset)) {
|
||||
|
||||
#if ENABLED(AUTO_BED_LEVELING_BILINEAR) || ENABLED(BABYSTEP_ZPROBE_OFFSET)
|
||||
#if ENABLED(AUTO_BED_LEVELING_BILINEAR) || ENABLED(BABYSTEP_ZPROBE_OFFSET) || ENABLED(DELTA)
|
||||
const float diff = zprobe_zoffset - last_zoffset;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user