Gcode to change the MOTOR to be used in single extruder mode
Does anyone know the GCODE to change the MOTOR so i can print in "SINGLE EXTRUDER" mode but using motor#2 *AND* Simplify3D???
Thanks!
Re: Gcode to change the MOTOR to be used in single extruder mode
T1 should be all you need. Even simpler might be to change the Tool number in your S3D profile (if you are using a profile that just has a single extruder listed).
Re: Gcode to change the MOTOR to be used in single extruder mode
Thanks, will try that.
Re: Gcode to change the MOTOR to be used in single extruder mode
Correction RE: "T1 will select Extruder #1, T2 will select Extruder #2, T3, T4, etc...."
It should be: T0 will select Extruder #1, T1 = #2, T2 = #3, T3 = #4
T? will have the printer prompt you for which extruder you want to use at print time.
- MK3s w/Mosquito Hotend- Mini w/Copperhead Hotend- XL - 5 tool -OpenScad -3d Builder -FreeCAD -Alibre -OctoPrint/x3(Pi3B)
Re: Gcode to change the MOTOR to be used in single extruder mode
T1 will select Extruder #1, T2 will select Extruder #2, T3, T4, etc....
I believe this is wrong. Here is what it should be..
T0 = Extruder 1
T1 = Extruder 2
T2 = Extruder 3
T3 = Extruder 4
Re: Gcode to change the MOTOR to be used in single extruder mode
I believe this is wrong. Here is what it should be..
T0 = Extruder 1
T1 = Extruder 2
T2 = Extruder 3
T3 = Extruder 4
My bad, You are correct. I was in the middle of pulling an all-nighter. apologies. So:
T? = Printer will prompt you for extruder to use
T0 = Switch to Extruder 1
T1 = Switch to Extruder 2
T2 = Switch to Extruder 3
T3 = Switch to Extruder 4
- MK3s w/Mosquito Hotend- Mini w/Copperhead Hotend- XL - 5 tool -OpenScad -3d Builder -FreeCAD -Alibre -OctoPrint/x3(Pi3B)