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

Function printFile

Marlin/src/lcd/extui/ui_api.cpp:1063–1065  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1061 #endif
1062
1063 void printFile(const char *filename) {
1064 TERN(HAS_MEDIA, card.openAndPrintFile(filename), UNUSED(filename));
1065 }
1066
1067 bool isPrintingFromMedia() { return card.isStillPrinting() || card.isPaused(); }
1068 bool isPrintingFromMediaPaused() { return card.isPaused(); }

Callers 13

handleDataMethod · 0.85
startPrintMethod · 0.85
printFileMethod · 0.85
sdStartPrintMethod · 0.85
sdStartPrintMethod · 0.85
sdStartPrintMethod · 0.85
sdStartPrintMethod · 0.85
page2Method · 0.85
panelActionMethod · 0.85
onTouchEndMethod · 0.85
onTouchEndMethod · 0.85

Calls 1

openAndPrintFileMethod · 0.80

Tested by

no test coverage detected