Prusa MINI Firmware overview
print_utils.h File Reference

Go to the source code of this file.

Functions

void print_begin (const char *filename)
 

Function Documentation

◆ print_begin()

void print_begin ( const char *  filename)

Starts a print.

This does nothing to GUI and presenting the proper screen is the caller's responsibility.

6  {
7  marlin_gcode_printf("M23 %s", filename);
8  marlin_gcode("M24");
9  // FIXME: This should not be here and it should be handled
10  // in Marlin. Needs refactoring!
12 }
Here is the call graph for this function:
Here is the caller graph for this function:
marlin_gcode
void marlin_gcode(const char *gcode)
Definition: marlin_client.c:195
ClProgressData::mInit
void mInit(void)
Definition: M73_PE.cpp:73
oProgressData
ClProgressData oProgressData
Definition: M73_PE.cpp:15
marlin_gcode_printf
int marlin_gcode_printf(const char *format,...)
Definition: marlin_client.c:206