mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Removed out of bed detection for sla pad
This commit is contained in:
parent
293d6ba8ad
commit
eb1518bf31
2 changed files with 14 additions and 14 deletions
|
@ -7479,7 +7479,7 @@ void GLCanvas3D::_load_shells_sla()
|
|||
else
|
||||
v.indexed_vertex_array.load_mesh_flat_shading(mesh);
|
||||
|
||||
v.shader_outside_printer_detection_enabled = true;
|
||||
v.shader_outside_printer_detection_enabled = false;
|
||||
v.composite_id.volume_id = -1;
|
||||
v.set_instance_offset(offset);
|
||||
v.set_instance_rotation(rotation);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue