From 43bf7e81fde49b3cdad6009e8d10fa0f5a0c15dc Mon Sep 17 00:00:00 2001 From: enricoturri1966 Date: Fri, 16 Oct 2020 09:42:48 +0200 Subject: [PATCH] Temporary disabled skipping of invisible paths when moving thumb on horizontal slider in preview --- src/slic3r/GUI/GCodeViewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/GCodeViewer.cpp b/src/slic3r/GUI/GCodeViewer.cpp index df77c3440..e21ba7f00 100644 --- a/src/slic3r/GUI/GCodeViewer.cpp +++ b/src/slic3r/GUI/GCodeViewer.cpp @@ -894,7 +894,7 @@ void GCodeViewer::init() set_toolpath_move_type_visible(EMoveType::Extrude, true); m_sequential_view.marker.init(); - m_sequential_view.skip_invisible_moves = true; +// m_sequential_view.skip_invisible_moves = true; std::array point_sizes; ::glGetIntegerv(GL_ALIASED_POINT_SIZE_RANGE, point_sizes.data());