GCode tool marker set as visible by default
This commit is contained in:
parent
eff95bcdb2
commit
f94e94f53e
3 changed files with 11 additions and 9 deletions
src/slic3r/GUI
|
@ -493,8 +493,10 @@ void GCodeViewer::render() const
|
|||
|
||||
glsafe(::glEnable(GL_DEPTH_TEST));
|
||||
render_toolpaths();
|
||||
m_sequential_view.marker.set_world_position(m_sequential_view.current_position);
|
||||
m_sequential_view.marker.render();
|
||||
if (m_sequential_view.current.last != m_sequential_view.endpoints.last) {
|
||||
m_sequential_view.marker.set_world_position(m_sequential_view.current_position);
|
||||
m_sequential_view.marker.render();
|
||||
}
|
||||
render_shells();
|
||||
render_legend();
|
||||
#if ENABLE_GCODE_VIEWER_STATISTICS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue