preheat work - done

This commit is contained in:
SoftFever 2024-07-21 17:58:37 +08:00
parent 7d0fb4f42a
commit 447cc01405
13 changed files with 69 additions and 21 deletions

View file

@ -731,6 +731,8 @@ class Print;
bool m_detect_layer_based_on_tag {false};
int m_seams_count;
bool m_single_extruder_multi_material;
float m_preheat_time;
int m_preheat_steps;
#if ENABLE_GCODE_VIEWER_STATISTICS
std::chrono::time_point<std::chrono::high_resolution_clock> m_start_time;
#endif // ENABLE_GCODE_VIEWER_STATISTICS