ENH:signle extruder printer mapping without using ext ams

jira:[none]

Change-Id: Id73b76353071ea3b59e372cd386952e46f480091
This commit is contained in:
tao wang 2025-03-06 10:11:00 +08:00 committed by lane.wei
parent 48bda82e63
commit a03424b7cc
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}