mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user