mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 18:42:24 +00:00
Tech ENABLE_GCODE_VIEWER -> Selection straight arrows rendered using the new OpenGL model class
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user