mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
GCodeViewer -> Toggle visibility of extrusions roles
This commit is contained in:
parent
9c68abfb35
commit
9776d7c5a1
5 changed files with 52 additions and 14 deletions
|
@ -2322,9 +2322,14 @@ const std::vector<double>& GLCanvas3D::get_layers_zs() const
|
|||
return m_gcode_viewer.get_layers_zs();
|
||||
}
|
||||
|
||||
void GLCanvas3D::set_toolpath_visible(GCodeProcessor::EMoveType type, bool visible)
|
||||
void GLCanvas3D::set_toolpath_move_type_visible(GCodeProcessor::EMoveType type, bool visible)
|
||||
{
|
||||
m_gcode_viewer.set_toolpath_visible(type, visible);
|
||||
m_gcode_viewer.set_toolpath_move_type_visible(type, visible);
|
||||
}
|
||||
|
||||
void GLCanvas3D::set_toolpath_role_visibility_flags(unsigned int flags)
|
||||
{
|
||||
m_gcode_viewer.set_toolpath_role_visibility_flags(flags);
|
||||
}
|
||||
|
||||
void GLCanvas3D::set_toolpath_view_type(GCodeViewer::EViewType type)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue