mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
ENH: add lift after printing the wipe_tower
and reduce the travel speed inside the wipe_tower jira: none Change-Id: I3b07ee62623e0cdc2f1824f0011f95776020bee1 (cherry picked from commit 1aad582e08229fad1f935e257c1335dcfdbe406c)
This commit is contained in:
@@ -955,6 +955,7 @@ static std::vector<Vec2d> get_path_of_change_filament(const Print& print)
|
||||
gcodegen.m_wipe.reset_path();
|
||||
for (const Vec2f &wipe_pt : tcr.wipe_path)
|
||||
gcodegen.m_wipe.path.points.emplace_back(wipe_tower_point_to_object_point(gcodegen, transform_wt_pt(wipe_pt)));
|
||||
gcode += gcodegen.retract(false, false, auto_lift_type);
|
||||
}
|
||||
|
||||
// Let the planner know we are traveling between objects.
|
||||
|
||||
Reference in New Issue
Block a user