mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX: set wipe tower to default position when switch printer
jira: 8468 Change-Id: I6ad489ed127635115c050a40329757afc568135d (cherry picked from commit c63351a165b334978a3f09bf95fe2c63056ec53a) (cherry picked from commit 8214f92dc88f1885e36e5d91c3f13508e35ba101)
This commit is contained in:
@@ -4282,7 +4282,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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user