mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-15 22:05:53 +08:00
Skip AMS filaments for 3rd party printers
This commit is contained in:
parent
71fb7a9f84
commit
030063c8d5
@ -1033,8 +1033,7 @@ void PlaterPresetComboBox::update()
|
|||||||
//if (i + 1 == m_collection->num_default_presets())
|
//if (i + 1 == m_collection->num_default_presets())
|
||||||
// set_label_marker(Append(separator(L("System presets")), wxNullBitmap));
|
// set_label_marker(Append(separator(L("System presets")), wxNullBitmap));
|
||||||
}
|
}
|
||||||
|
if (m_type == Preset::TYPE_FILAMENT && m_preset_bundle->printers.get_edited_preset().is_bbl_vendor_preset(m_preset_bundle))
|
||||||
if (m_type == Preset::TYPE_FILAMENT)
|
|
||||||
add_ams_filaments(into_u8(selected_user_preset), true);
|
add_ams_filaments(into_u8(selected_user_preset), true);
|
||||||
|
|
||||||
//BBS: add project embedded preset logic
|
//BBS: add project embedded preset logic
|
||||||
@ -1262,7 +1261,7 @@ void TabPresetComboBox::update()
|
|||||||
// set_label_marker(Append(separator(L("System presets")), wxNullBitmap));
|
// set_label_marker(Append(separator(L("System presets")), wxNullBitmap));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (m_type == Preset::TYPE_FILAMENT)
|
if (m_type == Preset::TYPE_FILAMENT && m_preset_bundle->printers.get_edited_preset().is_bbl_vendor_preset(m_preset_bundle))
|
||||||
add_ams_filaments(into_u8(selected));
|
add_ams_filaments(into_u8(selected));
|
||||||
|
|
||||||
//BBS: add project embedded preset logic
|
//BBS: add project embedded preset logic
|
||||||
|
Loading…
x
Reference in New Issue
Block a user