mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-10 10:39:26 -07:00
Do not create raycaster when loading the gcode preview (#7596)
This commit is contained in:
parent
3e6835bbc5
commit
3b1c4f9ee4
3 changed files with 11 additions and 7 deletions
|
|
@ -3123,7 +3123,7 @@ void GCodeViewer::load_shells(const Print& print, bool initialized, bool force_p
|
|||
instance_ids.resize(instance_index);
|
||||
|
||||
size_t current_volumes_count = m_shells.volumes.volumes.size();
|
||||
m_shells.volumes.load_object(model_obj, object_idx, instance_ids, "object", initialized);
|
||||
m_shells.volumes.load_object(model_obj, object_idx, instance_ids, "object", initialized, false);
|
||||
|
||||
// adjust shells' z if raft is present
|
||||
const SlicingParameters& slicing_parameters = obj->slicing_parameters();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue