mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Tech ENABLE_GCODE_VIEWER -> Selection straight arrows rendered using the new OpenGL model class
This commit is contained in:
parent
58258df113
commit
b59fc1e57d
5 changed files with 203 additions and 14 deletions
|
@ -5976,7 +5976,11 @@ void GLCanvas3D::_render_sla_slices() const
|
|||
|
||||
void GLCanvas3D::_render_selection_sidebar_hints() const
|
||||
{
|
||||
#if ENABLE_GCODE_VIEWER
|
||||
m_selection.render_sidebar_hints(m_sidebar_field);
|
||||
#else
|
||||
m_selection.render_sidebar_hints(m_sidebar_field, m_shader);
|
||||
#endif // ENABLE_GCODE_VIEWER
|
||||
}
|
||||
|
||||
void GLCanvas3D::_update_volumes_hover_state() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue