Skip to content

[BUG] PAUSE_MESSAGE_PAUSING undefined #22250

@mjago

Description

@mjago

Did you test the latest bugfix-2.0.x code?

No, but I will test it now!

Bug Description

Whilst running up the recent Elegoo Neptune printer on Marlin v2.0.9.1 I had an error due to undefined PAUSE_MESSAGE_PAUSING

void lv_draw_pause_message(const PauseMessage msg) {
switch (msg) {
case PAUSE_MESSAGE_PAUSING: clear_cur_ui(); lv_draw_dialog(DIALOG_PAUSE_MESSAGE_PAUSING); break;
case PAUSE_MESSAGE_CHANGING: clear_cur_ui(); lv_draw_dialog(DIALOG_PAUSE_MESSAGE_CHANGING); break;

There is also a PAUSE_MESSAGE_PARKING that is defined elsewhere, which appears to be somewhat related.
enum PauseMessage : char {
PAUSE_MESSAGE_PARKING,
PAUSE_MESSAGE_CHANGING,
PAUSE_MESSAGE_WAITING,
The problem showed up on a MSK Robin Nano32 (clone) board with some pause/resume defines defined so will generally be hidden. I'm new to Marlin so I decided to just let you know, but if you need info please ask.

Bug Timeline

No response

Expected behavior

No response

Actual behavior

No response

Steps to Reproduce

No response

Version of Marlin Firmware

2.0.9.1

Printer model

Elegoo Neptune 2

Electronics

No response

Add-ons

No response

Your Slicer

No response

Host Software

No response

Additional information & file uploads

No response

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