mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
SLA slices preview - completed prototype
This commit is contained in:
parent
729e35f1ff
commit
bac021d516
4 changed files with 187 additions and 6 deletions
|
@ -941,6 +941,7 @@ private:
|
|||
#if ENABLE_SHOW_CAMERA_TARGET
|
||||
void _render_camera_target() const;
|
||||
#endif // ENABLE_SHOW_CAMERA_TARGET
|
||||
void _render_sla_slices() const;
|
||||
|
||||
void _update_volumes_hover_state() const;
|
||||
void _update_gizmos_data();
|
||||
|
@ -984,6 +985,7 @@ private:
|
|||
void _load_gcode_unretractions(const GCodePreviewData& preview_data);
|
||||
// generates objects and wipe tower geometry
|
||||
void _load_shells_fff();
|
||||
// generates objects geometry for sla
|
||||
void _load_shells_sla();
|
||||
// sets gcode geometry visibility according to user selection
|
||||
void _update_gcode_volumes_visibility(const GCodePreviewData& preview_data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue