std::string MarlinOutput;
This commit is contained in:
@@ -21,6 +21,7 @@ class Marlin2 : public PollingComponent , public uart::UARTDevice {
|
||||
int process_print_time_msg(int* d, int* h, int* m, unsigned long* current, unsigned long* remaining);
|
||||
|
||||
std::string MarlinOutput;
|
||||
std::string MarlinTime;
|
||||
std::string PrinterState;
|
||||
|
||||
std::vector<std::pair<std::string, sensor::Sensor *>> sensors;
|
||||
|
Reference in New Issue
Block a user