WIP - Sequential print visualization using vertical slider in preview (missing travel moves)

This commit is contained in:
enricoturri1966 2020-11-11 16:22:09 +01:00
parent 70b19d2f5d
commit 4ad42d6171
6 changed files with 176 additions and 8 deletions

View file

@ -652,6 +652,9 @@ public:
void set_toolpath_role_visibility_flags(unsigned int flags);
void set_toolpath_view_type(GCodeViewer::EViewType type);
void set_toolpaths_z_range(const std::array<double, 2>& range);
#if ENABLE_SEQUENTIAL_VSLIDER
void set_toolpaths_z_range_2(const std::array<unsigned int, 2>& range);
#endif // ENABLE_SEQUENTIAL_VSLIDER
#else
std::vector<double> get_current_print_zs(bool active_only) const;
#endif // ENABLE_GCODE_VIEWER