mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX: the nums of filament_type in plater config is incorrect
2. Improve the judgment and display of the extruder printing area jira: none Change-Id: Ie9e1991904bfbc5bffceedb7810b1d1fa598933b (cherry picked from commit ca5ec101f9a679d8ea4360d96a2db606923b8429)
This commit is contained in:
@@ -153,8 +153,8 @@ BuildVolume::BuildVolume(const std::vector<Vec2d> &printable_area, const double
|
||||
}
|
||||
//always ignore z
|
||||
extruder_volume.bboxf.min.z() = -std::numeric_limits<double>::max();
|
||||
m_extruder_volumes.push_back(std::move(extruder_volume));
|
||||
}
|
||||
m_extruder_volumes.push_back(std::move(extruder_volume));
|
||||
|
||||
if (m_shared_volume.data[0] < extruder_volume.bboxf.min.x())
|
||||
m_shared_volume.data[0] = extruder_volume.bboxf.min.x();
|
||||
|
||||
Reference in New Issue
Block a user