mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Fixed lifting of models for SLA above the print if supports
or pad are calculated.
This commit is contained in:
parent
864a2b387a
commit
6da9d19916
2 changed files with 2 additions and 3 deletions
|
@ -4060,7 +4060,7 @@ void GLCanvas3D::reload_scene(bool refresh_immediately, bool force_full_scene_re
|
|||
{
|
||||
// If any volume has been added
|
||||
// Shift-up all volumes of the object so that it has the right elevation with respect to the print bed
|
||||
double shift_z = print_object->get_elevation();
|
||||
double shift_z = print_object->get_current_elevation();
|
||||
for (GLVolume* volume : m_volumes.volumes)
|
||||
{
|
||||
if (volume->object_idx() == object_idx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue