mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
FIX: Mixed mappings are not allowed
jira: none Change-Id: Ia29aa3ea5b953983e6b4e71b11fdb53a518bd0cf (cherry picked from commit 159ad9fe0d82c9e4b157b4eb83ea509d7ba104d1)
This commit is contained in:
@@ -1304,6 +1304,9 @@ bool SelectMachineDialog::build_nozzles_info(std::string& nozzles_info)
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool SelectMachineDialog::can_hybrid_mapping(ExtderData data) {
|
bool SelectMachineDialog::can_hybrid_mapping(ExtderData data) {
|
||||||
|
// Mixed mappings are not allowed
|
||||||
|
return false;
|
||||||
|
|
||||||
if (data.total_extder_count <= 1 || data.extders.size() <= 1 || !wxGetApp().preset_bundle)
|
if (data.total_extder_count <= 1 || data.extders.size() <= 1 || !wxGetApp().preset_bundle)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user