mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
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)
This commit is contained in:
@@ -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);
|
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
|
// Orca: ensure Z matches planned layer height
|
||||||
if (!slope_need_z_travel && (_last_pos_undefined || m_need_change_layer_lift_z)) {
|
if (!slope_need_z_travel && (_last_pos_undefined || m_need_change_layer_lift_z)) {
|
||||||
const std::string z_sync_comment = _last_pos_undefined ?
|
const std::string z_sync_comment = _last_pos_undefined ?
|
||||||
|
|||||||
Reference in New Issue
Block a user