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

Method abortFilePrintNow

Marlin/src/sd/cardreader.cpp:728–731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

726}
727
728void CardReader::abortFilePrintNow(TERN_(SD_RESORT, const bool re_sort/*=false*/)) {
729 flag.sdprinting = flag.sdprintdone = false;
730 endFilePrintNow(TERN_(SD_RESORT, re_sort));
731}
732
733/**
734 * Open a log file for writing, if possible.

Callers 5

abortSDPrintingFunction · 0.80
event_handlerMethod · 0.80
btn_ok_event_cbFunction · 0.80
gcode_previewFunction · 0.80
wifi_gcode_execFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected