mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-04-06 00:32:05 +02:00
ENH: default turn to color scheme
github: 6299 Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I4ec38a63110cab4560034948e75c2ced45ed1f5a (cherry picked from commit 3eac767b14bc0d7652cc9fd157ee1e0d8672d38c)
This commit is contained in:
@@ -876,8 +876,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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user