FIX: fix the error travel and wipe path of wipe tower

jira: none
Change-Id: Ib195cfc87a08f367e5d722b4af85cd33b1d1efdc
(cherry picked from commit bb2b81dc992227fe90f33f11f54162925d12d5c9)
This commit is contained in:
zhimin.zeng
2024-12-28 20:27:01 +08:00
committed by Noisyfox
parent 4ecffb196d
commit b6e8c7b14e
3 changed files with 26 additions and 27 deletions

View File

@@ -42,9 +42,11 @@ public:
{
std::string gcode;
Vec2f start_pos;
Vec2f start_pos; // rotated
Vec2f end_pos;
Vec2f origin_start_pos; // not rotated
std::vector<Vec2f> wipe_path;
};