mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-01 18:10:37 +08:00
#5471 - Make the View controls 'sticky'
This commit is contained in:
parent
880feb3a3d
commit
fda8ef6fce
@ -563,6 +563,8 @@ GCodeViewer::GCodeViewer()
|
||||
set_toolpath_move_type_visible(EMoveType::Extrude, true);
|
||||
#endif // !ENABLE_SEAMS_USING_MODELS
|
||||
|
||||
m_extrusions.reset_role_visibility_flags();
|
||||
|
||||
// m_sequential_view.skip_invisible_moves = true;
|
||||
}
|
||||
|
||||
@ -736,7 +738,6 @@ void GCodeViewer::reset()
|
||||
m_extruder_ids = std::vector<unsigned char>();
|
||||
m_filament_diameters = std::vector<float>();
|
||||
m_filament_densities = std::vector<float>();
|
||||
m_extrusions.reset_role_visibility_flags();
|
||||
m_extrusions.reset_ranges();
|
||||
m_shells.volumes.clear();
|
||||
m_layers.reset();
|
||||
|
Loading…
x
Reference in New Issue
Block a user