mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 17:27:52 -06:00
GCodeViewer -> Layers z slider wip
This commit is contained in:
parent
c76bf934f7
commit
a6ed1d817a
12 changed files with 104 additions and 30 deletions
|
@ -650,8 +650,10 @@ public:
|
|||
void set_gcode_options_visibility_from_flags(unsigned int 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);
|
||||
#else
|
||||
std::vector<double> get_current_print_zs(bool active_only) const;
|
||||
void set_toolpaths_range(double low, double high);
|
||||
#endif // ENABLE_GCODE_VIEWER
|
||||
void set_toolpaths_range(double low, double high);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue