mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX: remove the unsupported nozzle diameter
jira: [STUDIO-10089] Change-Id: I8a7e13788bac103a60390dbc89c3d3b95cb79d2d (cherry picked from commit 8a7164dbc1612e66b1fbba8e4a25b704ad399204)
This commit is contained in:
@@ -615,6 +615,12 @@ bool MachineObject::get_printer_is_enclosed() const
|
||||
return DeviceManager::get_printer_is_enclosed(printer_type);
|
||||
}
|
||||
|
||||
bool MachineObject::is_series_o() const
|
||||
{
|
||||
const std::string& series = DeviceManager::get_printer_series(printer_type);
|
||||
return (series == "series_o");
|
||||
}
|
||||
|
||||
void MachineObject::reload_printer_settings()
|
||||
{
|
||||
print_json.load_compatible_settings("", "");
|
||||
|
||||
Reference in New Issue
Block a user