mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
Partial revert of 07a3072622
It fixes an issue where the objects out of print bed are shown in the print path preview in SLA mode.
This commit is contained in:
parent
bcfb445d0c
commit
39b07e7b94
2 changed files with 55 additions and 2 deletions
|
@ -722,6 +722,8 @@ private:
|
|||
void _load_gcode_unretractions(const GCodePreviewData& preview_data);
|
||||
// generates objects and wipe tower geometry
|
||||
void _load_fff_shells();
|
||||
// Load SLA objects and support structures for objects, for which the slaposSliceSupports step has been finished.
|
||||
void _load_sla_shells();
|
||||
// sets gcode geometry visibility according to user selection
|
||||
void _update_gcode_volumes_visibility(const GCodePreviewData& preview_data);
|
||||
void _update_toolpath_volumes_outside_state();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue