mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-02-07 04:11:50 +03:00
update libslic3r
This commit is contained in:
@@ -1921,6 +1921,11 @@ std::set<std::string> PresetBundle::get_vendors()
|
||||
std::set<std::string> PresetBundle::get_printer_names_by_printer_type_and_nozzle(const std::string &printer_type, std::string nozzle_diameter_str)
|
||||
{
|
||||
std::set<std::string> printer_names;
|
||||
|
||||
/* unknown or empty printer type */
|
||||
if (printer_type.empty())
|
||||
return printer_names;
|
||||
|
||||
if ("0.0" == nozzle_diameter_str || nozzle_diameter_str.empty()) {
|
||||
nozzle_diameter_str = "0.4";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user