Repetier-Host Plugin  2.0.0
RepetierHostExtender.basic.Printjob Class Reference
Inheritance diagram for RepetierHostExtender.basic.Printjob:
RepetierHostExtender.basic.IPrintJob

Classes

class  PrintTime
 

Public Member Functions

 Printjob (IPrinterConnection c, IHost _host)
 
void BeginJob ()
 
void EndJob ()
 
void KillJob ()
 
void DoEndKillActions ()
 
void PushData (string code)
 
void PushGCodeShortArray (List< GCodeShort > codes)
 
bool hasData ()
 Check, if more data is stored More...
 
GCode PeekData ()
 
GCode PopData ()
 
LinkedList< GCodeCompressedGetPendingJobCommands ()
 

Static Public Member Functions

static String DoubleToTime (double time)
 

Public Attributes

bool dataComplete = false
 
int totalLines
 
int linesSend
 
bool exclusive = false
 
bool caching = false
 
int maxLayer = -1
 
double computedPrintingTime = 0
 

Properties

bool ETAModeNormal [get, set]
 
int LinesSend [get]
 
int TotalLines [get]
 
DateTime JobStarted [get]
 
DateTime JobFinished [get]
 
PrintJobMode Mode [get]
 
string LastPrintingTime [get]
 
bool Caching [get]
 
bool Exclusive [get]
 
float PercentDone [get]
 
String ETA [get]
 
String ETAPrinterDisplay [get]
 
ProgressType ProgressType [get]
 
- Properties inherited from RepetierHostExtender.basic.IPrintJob
float PercentDone [get]
 
String ETA [get]
 
bool ETAModeNormal [get, set]
 
int LinesSend [get]
 
int TotalLines [get]
 
DateTime JobStarted [get]
 
DateTime JobFinished [get]
 
PrintJobMode Mode [get]
 
string LastPrintingTime [get]
 
bool Caching [get]
 
bool Exclusive [get]
 

Member Function Documentation

◆ hasData()

bool RepetierHostExtender.basic.Printjob.hasData ( )

Check, if more data is stored

Returns

The documentation for this class was generated from the following file:
About Us | Privacy Policy