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