ENH:set the max nozzle temper using config file

jira:[STUDIO-9307]

Change-Id: I5e45fa584a6949c77abf60894ea87b4de4ab7fce
(cherry picked from commit 1b53d6d8ccb57b560394e79b8cc4de3fe79fd165)
This commit is contained in:
tao wang
2024-12-24 17:56:22 +08:00
committed by Noisyfox
parent 09b7d41fe3
commit 17a97cd536
10 changed files with 43 additions and 33 deletions

View File

@@ -986,9 +986,11 @@ public:
bool is_support_command_homing { false };// fun[32]
bool installed_upgrade_kit{false};
int nozzle_max_temperature = -1;
int bed_temperature_limit = -1;
/*nozzle temp range*/
std::vector<int> nozzle_temp_range;
/* sdcard */
MachineObject::SdcardState sdcard_state { NO_SDCARD };
MachineObject::SdcardState get_sdcard_state();