I'm using the latest Marlin bugfix 2.0.x with the DELTA config preset as advertised in the default config file.
Here is the complete error description:
Anyone knows what's going wrong?
I think it stops because of the error with configuration_store.cpp ??
Here is the complete error description:
In file included from Marlin/src/module/../inc/MarlinConfig.h:35,
from Marlin/src/module/configuration_store.h:24,
from Marlin/src/module/configuration_store.cpp:47:
Marlin/src/module/configuration_store.cpp: In static member function 'static void MarlinSettings::reset()':
Marlin/src/module/../inc/Conditionals_post.h:1478:75: error: 'nozzle_to_probe_offset' was not declared in this scope
#define DELTA_CALIBRATION_RADIUS (DELTA_PRINTABLE_RADIUS - _MAX(ABS(nozzle_to_probe_offset.x), ABS(nozzle_to_probe_offset.y), ABS(MIN_PROBE_EDG
E)))
^~~~~~~~~~~~~~~~~~~~~~
Marlin/src/module/configuration_store.cpp:2350:32: note: in expansion of macro 'DELTA_CALIBRATION_RADIUS'
delta_calibration_radius = DELTA_CALIBRATION_RADIUS;
^~~~~~~~~~~~~~~~~~~~~~~~
Marlin/src/module/../inc/Conditionals_post.h:1478:75: note: suggested alternative: 'probe_offset'
#define DELTA_CALIBRATION_RADIUS (DELTA_PRINTABLE_RADIUS - _MAX(ABS(nozzle_to_probe_offset.x), ABS(nozzle_to_probe_offset.y), ABS(MIN_PROBE_EDG
E)))
^~~~~~~~~~~~~~~~~~~~~~
Marlin/src/module/configuration_store.cpp:2350:32: note: in expansion of macro 'DELTA_CALIBRATION_RADIUS'
delta_calibration_radius = DELTA_CALIBRATION_RADIUS;
^~~~~~~~~~~~~~~~~~~~~~~~
Compiling .pio/build/LPC1768/src/src/module/printcounter.cpp.o
Compiling .pio/build/LPC1768/src/src/module/probe.cpp.o
*** [.pio/build/LPC1768/src/src/module/configuration_store.cpp.o] Error 1
Anyone knows what's going wrong?
I think it stops because of the error with configuration_store.cpp ??