-
-
Notifications
You must be signed in to change notification settings - Fork 19.5k
Closed
Labels
Description
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
Marlin/Marlin/src/lcd/extui/mks_ui/draw_pause_message.cpp
Lines 32 to 35 in 1dfa6cb
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. Marlin/Marlin/src/feature/pause.h
Lines 47 to 50 in 3fa3be1
enum PauseMessage : char { | |
PAUSE_MESSAGE_PARKING, | |
PAUSE_MESSAGE_CHANGING, | |
PAUSE_MESSAGE_WAITING, |
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