Specifying Temp For Each Extruder
Posted: 05 Feb 2015, 19:14
I enter the following code in "Printer G-code / Prefix" tab:
T0
M104 S<TEMP> ; set ext temp no wait
T1
M109 S<TEMP> ; set ext temp wait
and both extruders heat to the Material temp of the Material loaded into T0. How do I heat each extruder to its correct temperature as set in the Material's tab?
Edit:
By the way I have the following code in the "Printer G-code / Select New Ext & Warm" tab:
T<EXT+0>
M109 S<TEMP> ; ; set extruder temp and wait till it's there
T0
M104 S<TEMP> ; set ext temp no wait
T1
M109 S<TEMP> ; set ext temp wait
and both extruders heat to the Material temp of the Material loaded into T0. How do I heat each extruder to its correct temperature as set in the Material's tab?
Edit:
By the way I have the following code in the "Printer G-code / Select New Ext & Warm" tab:
T<EXT+0>
M109 S<TEMP> ; ; set extruder temp and wait till it's there