mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 17:58:03 -06:00
fix wipe tower bug: filament end inserted twice
This commit is contained in:
parent
930e1b3bdf
commit
bbdd580bb1
4 changed files with 29 additions and 15 deletions
|
@ -1021,7 +1021,6 @@ void WipeTower2::toolchange_Change(
|
|||
|
||||
// This is where we want to place the custom gcodes. We will use placeholders for this.
|
||||
// These will be substituted by the actual gcodes when the gcode is generated.
|
||||
writer.append("[filament_end_gcode]\n");
|
||||
writer.append("[change_filament_gcode]\n");
|
||||
|
||||
// Travel to where we assume we are. Custom toolchange or some special T code handling (parking extruder etc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue