Remove PROMPT_INFO / PROMPT_GCODE_INFO (#15210)

This commit is contained in:
Scott Lahteine
2019-09-09 15:43:06 -05:00
committed by GitHub
parent 3c3a956a17
commit 841c8ce0d9
6 changed files with 3 additions and 20 deletions

View File

@@ -399,9 +399,6 @@ bool pause_print(const float &retract, const point_t &park_point, const float &u
#elif defined(ACTION_ON_PAUSE)
host_action_pause();
#endif
#if ENABLED(HOST_PROMPT_SUPPORT)
host_prompt_open(PROMPT_INFO, PSTR("Pause"));
#endif
#endif
if (!DEBUGGING(DRYRUN) && unload_length && thermalManager.targetTooColdToExtrude(active_extruder)) {
@@ -677,10 +674,6 @@ void resume_print(const float &slow_load_length/*=0*/, const float &fast_load_le
--did_pause_print;
#if ENABLED(HOST_PROMPT_SUPPORT)
host_prompt_open(PROMPT_INFO, PSTR("Resume"));
#endif
#if ENABLED(SDSUPPORT)
if (did_pause_print) {
card.startFileprint();