mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-24 04:32:09 +00:00
minor changes
1. when default hotend model 2. apply speed change for current path
This commit is contained in:
@@ -3189,7 +3189,7 @@ namespace PresetUtils {
|
||||
out = Slic3r::resources_dir() + "/profiles/" + preset.vendor->id + "/" + pm->hotend_model;
|
||||
}
|
||||
|
||||
if(out.empty())
|
||||
if (out.empty() ||!boost::filesystem::exists(boost::filesystem::path(out)))
|
||||
out = Slic3r::resources_dir() + "/profiles/hotend.stl";
|
||||
return out;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user