mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
ENH: remove redundant log
Signed-off-by: yifan.wu <yifan.wu@bambulab.com> Change-Id: Id18e366e05ca49740b781ccb5e5f88af61debf56 (cherry picked from commit 269e617faa20f47b2e27e9c24376c7c9c04e0cd0)
This commit is contained in:
@@ -3833,11 +3833,6 @@ std::string GCode::travel_to(const Point &point, ExtrusionRole role, std::string
|
||||
//if (needs_retraction && m_layer_index > 1) exit(0);
|
||||
}
|
||||
|
||||
if (lift_type == LiftType::LazyLift)
|
||||
printf("lazy lift\n");
|
||||
else if (lift_type == LiftType::SpiralLift)
|
||||
printf("spiral lift\n");
|
||||
|
||||
// Re-allow reduce_crossing_wall for the next travel moves
|
||||
m_avoid_crossing_perimeters.reset_once_modifiers();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user