diff --git a/src/slic3r/GUI/PartPlate.cpp b/src/slic3r/GUI/PartPlate.cpp index b747517bd..916b6075a 100644 --- a/src/slic3r/GUI/PartPlate.cpp +++ b/src/slic3r/GUI/PartPlate.cpp @@ -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); } }