mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user