Possible FIxes

This commit is contained in:
2024-12-28 14:13:24 +01:00
parent 744121de51
commit 37081d8635
2 changed files with 42 additions and 46 deletions

View File

@@ -22,7 +22,7 @@ class Marlin2 : public PollingComponent, /*public text_sensor::TextSensor,*/ pub
void process_line();
int process_temp_msg(float* ext_temperature, float* ext_set_temperature, float* bed_temperature, float* bed_set_temperature);
float process_progress_msg();
int process_print_time_msg(float* d, float* h, float* m, float* s, unsigned long* current, unsigned long* remaining);
int process_print_time_msg(double* current, double* remaining);
std::string MarlinOutput;
std::string MarlinTime;