mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-25 20:02:17 +00:00
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user