mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-07 15:27:42 -07:00
FIX: Mixed mappings are not allowed
jira: none Change-Id: Ia29aa3ea5b953983e6b4e71b11fdb53a518bd0cf (cherry picked from commit 159ad9fe0d82c9e4b157b4eb83ea509d7ba104d1)
This commit is contained in:
parent
8874585c89
commit
4d3fada5d1
1 changed files with 3 additions and 0 deletions
|
|
@ -1304,6 +1304,9 @@ bool SelectMachineDialog::build_nozzles_info(std::string& nozzles_info)
|
|||
}
|
||||
|
||||
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)
|
||||
return false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue