ENH:signle extruder printer mapping without using ext ams
jira:[none] Change-Id: Id73b76353071ea3b59e372cd386952e46f480091
This commit is contained in:
parent
48bda82e63
commit
a03424b7cc
|
@ -1250,7 +1250,7 @@ bool SelectMachineDialog::do_ams_mapping(MachineObject *obj_)
|
|||
//single nozzle
|
||||
else {
|
||||
if (obj_->is_support_amx_ext_mix_mapping()){
|
||||
map_opt = { false, true, false, true }; //four values: use_left_ams, use_right_ams, use_left_ext, use_right_ext
|
||||
map_opt = { false, true, false, false }; //four values: use_left_ams, use_right_ams, use_left_ext, use_right_ext
|
||||
filament_result = obj_->ams_filament_mapping(m_filaments, m_ams_mapping_result, map_opt);
|
||||
//auto_supply_with_ext(obj_->vt_slot);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue