Skip to content

[BUG] (not able to compile) #25718

@discip

Description

@discip

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

  1. Update Marlin.
  2. Start to compile

Version of Marlin Firmware

91cce2a

Bed Leveling

ABL Bilinear mesh

Don't forget to include

  • A ZIP file containing your Configuration.h and Configuration_adv.h.

Additional information & file uploads

Configuration.zip

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions