Un-pause on print cancellation (#9779)
This commit is contained in:
parent
0d9d11a2d5
commit
742733d714
4 changed files with 6 additions and 1 deletions
|
|
@ -6406,7 +6406,7 @@ inline void gcode_M17() {
|
|||
}
|
||||
|
||||
static float resume_position[XYZE];
|
||||
static int8_t did_pause_print = 0;
|
||||
int8_t did_pause_print = 0;
|
||||
|
||||
#if HAS_BUZZER
|
||||
static void filament_change_beep(const int8_t max_beep_count, const bool init=false) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue