mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 17:27:52 -06:00
GCodeViewer -> Selection of extrusions view type
This commit is contained in:
parent
75d1e8373d
commit
7b0e35e70d
5 changed files with 68 additions and 6 deletions
|
@ -642,6 +642,7 @@ public:
|
|||
#if ENABLE_GCODE_VIEWER
|
||||
const std::vector<double>& get_layers_zs() const;
|
||||
void set_toolpath_visible(GCodeProcessor::EMoveType type, bool visible);
|
||||
void set_toolpath_view_type(GCodeViewer::EViewType type);
|
||||
void set_shells_visible(bool visible);
|
||||
#else
|
||||
std::vector<double> get_current_print_zs(bool active_only) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue