FIX: single printer should not display summary item for default

jira: 7948
Change-Id: I9d13ebe8e52eb46e1ef9f7bd62f814bc7837dbe6
(cherry picked from commit aba72bb04f9decd5ca02400626aeadfab35b243e)
This commit is contained in:
zhimin.zeng
2024-08-27 20:32:01 +08:00
committed by Noisyfox
parent 9409ec35a3
commit 0116923f58

View File

@@ -1072,6 +1072,10 @@ void GCodeViewer::load(const GCodeProcessorResult& gcode_result, const Print& pr
set_view_type(EViewType::Summary);
}
else {
m_view_type_sel = (int) EViewType::FeatureType;
set_view_type(EViewType::FeatureType);
}
bool only_gcode_3mf = false;
PartPlate* current_plate = wxGetApp().plater()->get_partplate_list().get_curr_plate();