mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-27 09:59:48 -07:00
FIX: the error offset of nozzle change gcode
jira: STUDIO-9133 Change-Id: Ibc56d6d735a24cf2e18b7c87f91c83bdff30228b (cherry picked from commit 78de72137ed0320d7e0de0620c938cd5821fae7a)
This commit is contained in:
parent
8fb9cc2ee8
commit
acb04e1d38
1 changed files with 1 additions and 1 deletions
|
|
@ -1048,7 +1048,7 @@ WipeTower::NozzleChangeResult WipeTower::nozzle_change(int old_filament_id, int
|
|||
|
||||
writer.append("; Nozzle change end\n");
|
||||
|
||||
result.start_pos = initial_position;
|
||||
result.start_pos = writer.start_pos_rotated();
|
||||
result.end_pos = writer.pos();
|
||||
result.gcode = std::move(writer.gcode());
|
||||
return result;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue