FIX: set wipe tower to default position when switch printer

jira: 8468
Change-Id: I6ad489ed127635115c050a40329757afc568135d
(cherry picked from commit c63351a165b334978a3f09bf95fe2c63056ec53a)
This commit is contained in:
zhimin.zeng 2024-10-17 09:57:28 +08:00 committed by Lane.Wei
parent 47c82dcd2d
commit 8214f92dc8
1 changed files with 1 additions and 1 deletions

View File

@ -3916,7 +3916,7 @@ void PartPlateList::update_all_plates_pos_and_size(bool adjust_position, bool wi
plate->set_pos_and_size(origin1, m_plate_width, m_plate_depth, m_plate_height, adjust_position, do_clear);
// set default wipe pos when switch plate
if (switch_plate_type && m_plater && plate->get_used_extruders().size() <= 0) {
if (switch_plate_type && m_plater/* && plate->get_used_extruders().size() <= 0*/) {
set_default_wipe_tower_pos_for_plate(i);
}
}