mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
ENABLE_GCODE_VIEWER_AS_STATE -> Use default printbed in gcode viewer
This commit is contained in:
parent
ca17948f87
commit
70478f226f
6 changed files with 79 additions and 29 deletions
|
@ -624,6 +624,9 @@ public:
|
|||
void zoom_to_bed();
|
||||
void zoom_to_volumes();
|
||||
void zoom_to_selection();
|
||||
#if ENABLE_GCODE_VIEWER_AS_STATE
|
||||
void zoom_to_gcode();
|
||||
#endif // ENABLE_GCODE_VIEWER_AS_STATE
|
||||
void select_view(const std::string& direction);
|
||||
|
||||
void update_volumes_colors_by_extruder();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue