Closed pedrofalmeida closed 2 years ago
Please use the EZABL configuration files as templates https://github.com/mriscoc/Special_Configurations/releases/tag/EZABL
Thank you @mriscoc! It works like a charm! :)
You are welcome
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Describe the bug I got an Ender 3v2 with a fixed probe, so I need to compile this firmware with some adjusts in the configuration file.
To Reproduce
Compiling .pio\build\STM32F103RC_creality\src\src\lcd\e3v2\proui\dwinui.cpp.o *** [.pio\build\STM32F103RC_creality\src\src\inc\Warnings.cpp.o] Error 1 Marlin\src\lcd\e3v2\proui\dwin.cpp: In function 'void SetZOffset()': Marlin\src\lcd\e3v2\proui\dwin.cpp:2009:7: error: 'babystep' was not declared in this scope 2009 | babystep.accum = round(planner.settings.axis_steps_per_mm[Z_AXIS] * BABY_Z_VAR); | ^~~~~~~~ *** [.pio\build\STM32F103RC_creality\src\src\lcd\e3v2\proui\dwin.cpp.o] Error 1
Screenshots
Version (please complete the following information): It works fine in Ender3V2S1-20220314, since that in every version I got this error. For reproduce I was using the branch version Ender3V2S1-Released