Code cleanup

This commit is contained in:
enricoturri1966 2020-11-13 11:50:52 +01:00
parent e78e3ad80b
commit 0688a76c73
6 changed files with 6 additions and 180 deletions

View file

@ -651,10 +651,8 @@ public:
unsigned int get_toolpath_role_visibility_flags() const { return m_gcode_viewer.get_toolpath_role_visibility_flags(); }
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
void set_volumes_z_range(const std::array<double, 2>& range);
void set_toolpaths_z_range(const std::array<unsigned int, 2>& range);
#else
std::vector<double> get_current_print_zs(bool active_only) const;
#endif // ENABLE_GCODE_VIEWER