MCPcopy Create free account
hub / github.com/MarlinFirmware/Marlin / startOrResumeJob

Function startOrResumeJob

Marlin/src/MarlinCore.cpp:360–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358}
359
360void startOrResumeJob() {
361 if (!printingIsPaused()) {
362 TERN_(GCODE_REPEAT_MARKERS, repeat.reset());
363 TERN_(CANCEL_OBJECTS, cancelable.reset());
364 TERN_(LCD_SHOW_E_TOTAL, e_move_accumulator = 0);
365 TERN_(SET_REMAINING_TIME, ui.reset_remaining_time());
366 TERN_(HAS_PRUSA_MMU3, MMU3::operation_statistics.reset_per_print_stats());
367 }
368 print_job_timer.start();
369}
370
371#if HAS_MEDIA
372

Callers 4

auto_job_check_timerMethod · 0.85
M32Method · 0.85
M24Method · 0.85
M75Method · 0.85

Calls 5

printingIsPausedFunction · 0.85
reset_remaining_timeMethod · 0.80
reset_per_print_statsMethod · 0.80
resetMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected