This commit is contained in:
2024-12-30 12:18:21 +01:00
parent 193ab4ba44
commit f3b5689c2a
2 changed files with 3 additions and 0 deletions

View File

@@ -35,6 +35,8 @@ class Marlin2 : public PollingComponent, public uart::UARTDevice {
std::string PrinterState;
float print_progress = 0;
double print_time_offset = 0;
#ifdef USE_SENSOR
std::vector<std::pair<std::string, sensor::Sensor *>> sensors;