mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
WIP - Sequential print visualization using vertical slider in preview (missing travel moves)
This commit is contained in:
parent
70b19d2f5d
commit
4ad42d6171
6 changed files with 176 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue