FIX: single printer should not display summary item for default
jira: 7948 Change-Id: I9d13ebe8e52eb46e1ef9f7bd62f814bc7837dbe6
This commit is contained in:
parent
52e890fba1
commit
aba72bb04f
|
@ -1123,6 +1123,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);
|
||||
}
|
||||
|
||||
m_fold = false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue