Prusa3d Marlin fork
Enumerations | Functions
printer_state.h File Reference

Printer States. More...

Go to the source code of this file.

Enumerations

enum class  PrinterState : uint8_t {
  NotReady = 0 , IsReady = 1 , Idle = 2 , SDPrintingFinished = 3 ,
  HostPrintingFinished = 4 , IsSDPrinting = 5 , IsHostPrinting = 6
}
 

Functions

PrinterState GetPrinterState ()
 
PrinterState SetPrinterState (PrinterState status)
 

Detailed Description

Parameters
NotReady
IsReady
Idle
SDPrintingFinished
HostPrintingFinished
IsSDPrinting
IsHostPrinting
Todo:
Pause/Resume states, Heating states and more