ENH: default turn to color scheme

github: 6299

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I4ec38a63110cab4560034948e75c2ced45ed1f5a
This commit is contained in:
xun.zhang 2025-04-24 15:02:40 +08:00 committed by lane.wei
parent b24b5af377
commit 3eac767b14

View File

@ -929,8 +929,8 @@ void GCodeViewer::init(ConfigOptionMode mode, PresetBundle* preset_bundle)
m_view_type_sel = (int)EViewType::Summary;
set_view_type(EViewType::Summary);
} else {
m_view_type_sel = (int)EViewType::FeatureType;
set_view_type(EViewType::FeatureType);
m_view_type_sel = (int)EViewType::ColorPrint;
set_view_type(EViewType::ColorPrint);
}
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << boost::format(": finished");
}