mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
ENH: presets: add more logs to debug some issues
jira: no-jira Change-Id: I84dd4eb8fb32bde2ebcefccfb89fa53d64b3ef7f (cherry picked from commit d09e0233683f951cb52e1dc5809dda5d3284f655)
This commit is contained in:
@@ -5003,7 +5003,7 @@ void Tab::reactive_preset_combo_box()
|
||||
// Initialize the UI from the current preset
|
||||
void Tab::load_current_preset()
|
||||
{
|
||||
BOOST_LOG_TRIVIAL(info) << __FUNCTION__<<boost::format(": enter");
|
||||
BOOST_LOG_TRIVIAL(info) << __FUNCTION__<<boost::format(": enter, m_type %1%")%Preset::get_type_string(m_type);
|
||||
const Preset& preset = m_presets->get_edited_preset();
|
||||
int previous_extruder_count = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user