FIX: modify the behavior of wipe tower

The prime tower is not allowed to extend beyond the plate boundary when moving it.
jira: STUDIO-11817 & STUDIO-12313

Change-Id: Icbb85dad26531b0ac01f088fc086b4ff499ac423
(cherry picked from commit 8f4d5f44d721fa9cae70cd9b47735c93151f2b81)
This commit is contained in:
zhimin.zeng
2025-05-23 11:18:24 +08:00
committed by Noisyfox
parent 517b6c09a8
commit 3fd9b7ef8a
3 changed files with 25 additions and 49 deletions

View File

@@ -1189,6 +1189,8 @@ public:
private:
bool _is_shown_on_screen() const;
void _update_slice_error_status();
void _switch_toolbars_icon_filename();
bool _init_toolbars();
bool _init_main_toolbar();