Skip to content

Commit

Permalink
Add move to wipetower on tool change for prusa
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSin- committed Oct 30, 2024
1 parent 5bd72ef commit 6ffabf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wiki/Slicers.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ PRINT_START TOOL_TEMP={first_layer_temperature[initial_tool]} {if is_extruder_us
**Tool change GCODE**
```
M104 S{temperature[next_extruder]} T[next_extruder] ; set new tool temperature so it can start heating while changing
G1 X{wipe_tower_x} Y{wipe_tower_y} F{travel_speed*60} ; Move to wipe tower before tool change
```

### Orca
Expand Down

0 comments on commit 6ffabf5

Please sign in to comment.