mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
ENH: disable the nozzle settings in Studio
jira: [STUDIO-11489] Change-Id: Id26f06d312ea04ba3aaea9ec4539860f72533078 (cherry picked from commit 8fb88001af3cea8c94adb1f1ace00795cb4be299)
This commit is contained in:
@@ -7500,7 +7500,11 @@ std::string DeviceManager::get_printer_ext_img(std::string type_str, int pos) {
|
||||
}
|
||||
|
||||
bool DeviceManager::get_printer_is_enclosed(std::string type_str) {
|
||||
return get_value_from_config<bool>(type_str, "printer_is_enclosed");
|
||||
return get_value_from_config<bool>(type_str, "printer_is_enclosed"); }
|
||||
|
||||
bool DeviceManager::get_printer_can_set_nozzle(std::string type_str)
|
||||
{
|
||||
return get_value_from_config<bool>(type_str, "enable_set_nozzle_info");
|
||||
}
|
||||
|
||||
std::vector<std::string> DeviceManager::get_resolution_supported(std::string type_str)
|
||||
|
||||
Reference in New Issue
Block a user