mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
GCodeViewer -> Selection of extrusions view type
This commit is contained in:
parent
75d1e8373d
commit
7b0e35e70d
5 changed files with 68 additions and 6 deletions
|
@ -2323,6 +2323,11 @@ void GLCanvas3D::set_toolpath_visible(GCodeProcessor::EMoveType type, bool visib
|
|||
m_gcode_viewer.set_toolpath_visible(type, visible);
|
||||
}
|
||||
|
||||
void GLCanvas3D::set_toolpath_view_type(GCodeViewer::EViewType type)
|
||||
{
|
||||
m_gcode_viewer.set_view_type(type);
|
||||
}
|
||||
|
||||
void GLCanvas3D::set_shells_visible(bool visible)
|
||||
{
|
||||
m_gcode_viewer.set_shells_visible(visible);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue