|
|
|
|
54
|
void onPrintTimerStarted() {}
|
54
|
void onPrintTimerStarted() {}
|
55
|
void onPrintTimerPaused() {}
|
55
|
void onPrintTimerPaused() {}
|
56
|
void onPrintTimerStopped() {}
|
56
|
void onPrintTimerStopped() {}
|
57
|
- void onFilamentRunout() {}
|
|
|
|
|
57
|
+ void onFilamentRunout(const extruder_t extruder) {}
|
58
|
void onUserConfirmRequired(const char * const msg) {}
|
58
|
void onUserConfirmRequired(const char * const msg) {}
|
59
|
void onStatusChanged(const char * const msg) {}
|
59
|
void onStatusChanged(const char * const msg) {}
|
60
|
void onFactoryReset() {}
|
60
|
void onFactoryReset() {}
|