mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
FIX: create printer preset dialog issue
Jira: 4890 4886 4880 Change-Id: If3bc20cf8f8c80d49cf6baf70ed9892710fc0c0c Signed-off-by: maosheng.wei <maosheng.wei@bambulab.com>
This commit is contained in:
@@ -1564,7 +1564,7 @@ bool PresetCollection::load_user_preset(std::string name, std::map<std::string,
|
||||
//std::deque<Preset> presets_loaded;
|
||||
int count = 0;
|
||||
|
||||
BOOST_LOG_TRIVIAL(debug) << __FUNCTION__ << boost::format(" enter, name %1% , total value counts %2%")%name %preset_values.size();
|
||||
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << boost::format(" enter, name %1% , total value counts %2%")%name %preset_values.size();
|
||||
|
||||
//if the version is not matching, skip it
|
||||
if (preset_values.find(BBL_JSON_KEY_VERSION) == preset_values.end()) {
|
||||
|
||||
Reference in New Issue
Block a user