mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-10 10:47:16 +00:00
ENH: buildvolume: add logic to support extruder_printable_height
jira: no-jira Change-Id: I962c4aed8c536c0fd8b89ae090cd0463c5d645db (cherry picked from commit 43773d77010492453473797e77e83e9a4630c25f)
This commit is contained in:
@@ -69,6 +69,7 @@ struct ObjectFilamentInfo {
|
||||
struct ObjectFilamentResults {
|
||||
FilamentMapMode mode;
|
||||
std::vector<int> filaments; //filaments has conflicts
|
||||
std::map<int, int> filament_maps; //filament maps
|
||||
std::vector<ModelObject*> partly_outside_objects; //partly outside objects
|
||||
|
||||
std::vector<ObjectFilamentInfo> object_filaments;
|
||||
|
||||
Reference in New Issue
Block a user