FIX: the wipe tower out of bounds prompt is incorrect when there are multiple plates,

jira: STUDIO-11817
Change-Id: Ie0b9ac36d568f6d4d6cd134056e4d850612c1961
(cherry picked from commit 5f624b72484a3ddf15318e4e0fcbdc41b98b3a85)
This commit is contained in:
zhimin.zeng
2025-05-23 17:02:36 +08:00
committed by Noisyfox
parent 1b10eba98b
commit aca0f883f7
3 changed files with 8 additions and 5 deletions

View File

@@ -535,7 +535,7 @@ public:
// returns the containment state in the given out_state, if non-null
bool check_outside_state(const Slic3r::BuildVolume& build_volume, ModelInstanceEPrintVolumeState* out_state, ObjectFilamentResults* object_results) const;
void reset_outside_state();
bool check_wipe_tower_outside_state(const Slic3r::BuildVolume &build_volume) const;
bool check_wipe_tower_outside_state(const Slic3r::BuildVolume &build_volume, int plate_id) const;
void update_colors_by_extruder(const DynamicPrintConfig *config, bool is_update_alpha = true);