-
-
Notifications
You must be signed in to change notification settings - Fork 19.5k
Closed
Labels
Description
Did you test the latest bugfix-2.1.x
code?
Yes, and the problem still exists.
Bug Description
I did not change anything.
Just did update to the latest Marlin bugfix-2.1.x
Marlin/src/gcode/bedlevel/G26.cpp: In member function 'bool<unnamed struct>::turn_on_heaters()':
Marlin/src/gcode/bedlevel/G26.cpp:325:12: error: 'class MarlinUI' has no member named 'quick_feedback'
325 | ui.quick_feedback();
| ^~~~~~~~~~~~~~
Marlin/src/gcode/bedlevel/G26.cpp:342:8: error: 'class MarlinUI' has no member named 'quick_feedback'
342 | ui.quick_feedback();
| ^~~~~~~~~~~~~~
Marlin/src/gcode/bedlevel/G26.cpp:350:8: error: 'class MarlinUI' has no member named 'completion_feedback'
350 | ui.completion_feedback();
| ^~~~~~~~~~~~~~~~~~~
Marlin/src/gcode/bedlevel/G26.cpp: In member function 'bool<unnamed struct>::prime_nozzle()':
Marlin/src/gcode/bedlevel/G26.cpp:403:10: error: 'class MarlinUI' has no member named 'quick_feedback'
403 | ui.quick_feedback();
| ^~~~~~~~~~~~~~
*** [.pio/build/STM32H743Vx_btt/src/src/gcode/bedlevel/G26.cpp.o] Error 1
Bug Timeline
around commit 9a1c025
Expected behavior
Should compile as previously.
Actual behavior
Not compiling!
Steps to Reproduce
- Update Marlin.
- Start to compile
Version of Marlin Firmware
Bed Leveling
ABL Bilinear mesh
Don't forget to include
- A ZIP file containing your
Configuration.h
andConfiguration_adv.h
.