mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-20 07:03:13 +08:00
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:
parent
47c82dcd2d
commit
8214f92dc8
@ -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);
|
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
|
// 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);
|
set_default_wipe_tower_pos_for_plate(i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user