From a3f229f4061718581c8faf8577e55683757d6581 Mon Sep 17 00:00:00 2001 From: Kiss Lorand <50251547+kisslorand@users.noreply.github.com> Date: Sun, 3 May 2026 18:36:02 +0300 Subject: [PATCH] Fix extrusion of some support layers at wrong Z height (again) (#13460) Fix extrusion of some support layers at wrong Z height Fixes the issue that PR #12736 (github.com/OrcaSlicer/OrcaSlicer/pull/12736) reverted the changes of PR #13327 (github.com/OrcaSlicer/OrcaSlicer/pull/13327) --- src/libslic3r/GCode.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libslic3r/GCode.cpp b/src/libslic3r/GCode.cpp index f601504687..8a04640cbb 100644 --- a/src/libslic3r/GCode.cpp +++ b/src/libslic3r/GCode.cpp @@ -6232,7 +6232,6 @@ std::string GCode::_extrude(const ExtrusionPath &path, std::string description, gcode += this->travel_to(first_point, path.role(), "move to first " + description + " point", z); - m_need_change_layer_lift_z = false; // Orca: ensure Z matches planned layer height if (!slope_need_z_travel && (_last_pos_undefined || m_need_change_layer_lift_z)) { const std::string z_sync_comment = _last_pos_undefined ?