Clean up and document load/unload/pause/resume

This commit is contained in:
Scott Lahteine
2018-01-22 04:37:40 -06:00
parent 266086670b
commit b1cd012aa6
4 changed files with 87 additions and 19 deletions

View File

@@ -56,7 +56,7 @@ void GcodeSuite::M600() {
if (get_target_extruder_from_command()) return;
// Show initial message
// Show initial "wait for start" message
#if ENABLED(ULTIPANEL)
lcd_advanced_pause_show_message(ADVANCED_PAUSE_MESSAGE_INIT, ADVANCED_PAUSE_MODE_PAUSE_PRINT, target_extruder);
#endif