FIX: support set temp to 65 for some devices

jira: [STUDIO-9412]
Change-Id: I530a8c18ae4b4133526b3e9d91153a7b26512f38
(cherry picked from commit c23f1233db2be6475a434de575fe93c9c08fae75)
This commit is contained in:
xin.zhang
2024-12-30 11:54:27 +08:00
committed by Noisyfox
parent b62fa12339
commit c569a3a4ff
4 changed files with 15 additions and 3 deletions

View File

@@ -497,6 +497,7 @@ private:
// type, time stamp, delay
std::vector<std::tuple<std::string, uint64_t, uint64_t>> message_delay;
public:
typedef std::function<void(const json &)> CommandCallBack;
@@ -733,6 +734,8 @@ public:
float bed_temp_target;
float chamber_temp;
float chamber_temp_target;
float chamber_temp_edit_min = 0;
float chamber_temp_edit_max = 60;
float frame_temp;
/* cooling */