mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 17:58:03 -06:00
Fixed a bug that filament start gcode was inserted twice when wipe tower is enabled
fixed #2673
This commit is contained in:
parent
109176864e
commit
edb5676dd1
1 changed files with 1 additions and 2 deletions
|
@ -1038,8 +1038,7 @@ void WipeTower2::toolchange_Change(
|
|||
// The toolchange Tn command will be inserted later, only in case that the user does
|
||||
// not provide a custom toolchange gcode.
|
||||
writer.set_tool(new_tool); // This outputs nothing, the writer just needs to know the tool has changed.
|
||||
//writer.append("[start_filament_gcode]\n");
|
||||
writer.append("[filament_start_gcode]\n");
|
||||
// writer.append("[filament_start_gcode]\n");
|
||||
|
||||
|
||||
writer.flush_planner_queue();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue