mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user