mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-29 07:33:11 +08:00
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…
x
Reference in New Issue
Block a user