Browse Source

Close host's Filament Change dialog (#18785)

ManuelMcLure 5 years ago
parent
commit
0bc8d315d8
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/src/feature/pause.cpp

+ 1
- 0
Marlin/src/feature/pause.cpp View File

271
     } while (TERN0(HAS_LCD_MENU, show_lcd && pause_menu_response == PAUSE_RESPONSE_EXTRUDE_MORE));
271
     } while (TERN0(HAS_LCD_MENU, show_lcd && pause_menu_response == PAUSE_RESPONSE_EXTRUDE_MORE));
272
 
272
 
273
   #endif
273
   #endif
274
+  TERN_(HOST_PROMPT_SUPPORT, host_action_prompt_end());
274
 
275
 
275
   return true;
276
   return true;
276
 }
277
 }

Loading…
Cancel
Save