mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 06:04:01 -06:00
Hopefully final follow-up of 8ebb2e2
-> GCodeViewer: Ensure that the view is properly updated after automatic selection of view type when loading model using multiextruders prints
This commit is contained in:
parent
84c6199015
commit
90a23d73bc
3 changed files with 39 additions and 18 deletions
|
@ -671,6 +671,7 @@ public:
|
|||
|
||||
#if ENABLE_FIX_IMPORTING_COLOR_PRINT_VIEW_INTO_GCODEVIEWER
|
||||
std::vector<CustomGCode::Item>& get_custom_gcode_per_print_z() { return m_custom_gcode_per_print_z; }
|
||||
size_t get_extruders_count() { return m_extruders_count; }
|
||||
#endif // ENABLE_FIX_IMPORTING_COLOR_PRINT_VIEW_INTO_GCODEVIEWER
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue