mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-27 09:59:48 -07: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:
parent
97b45219b9
commit
cd9fd28c4e
1 changed files with 2 additions and 2 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue