Changing Default Marlin Tool Number #1828
-
I have a Bigrep Studio with Marlin Firmware and a dual extruder. I am trying to change the default tool number for the gcode and it appears that the default tool number starts at 'T1'. This is unfortunate since the BigRep's default extruder is 'T0'. Short of creating a post-script specifically to change this number, I have not found any easy way to adjust the tool number. Is there any way to change the tool number in superslicer when running Marlin? |
Beta Was this translation helpful? Give feedback.
Answered by
supermerill
Nov 8, 2021
Replies: 1 comment 4 replies
-
the |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
O4k
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the
TX
command?put
T{next_extruder+1}
in the custom toolchange gcode.