Removed out of bed detection for sla pad

This commit is contained in:
Enrico Turri 2018-12-10 13:57:43 +01:00
parent 293d6ba8ad
commit eb1518bf31
2 changed files with 14 additions and 14 deletions

View file

@ -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);