GCODE Commands for pre and post change extruder
In addition to the already existing commands you can add the command {IF NEWTOOL =} as simplify
Example:
{IF NEWTOOL=0} M104 S165 T1; set T1 inactive extruder to 165 C
{IF NEWTOOL=0} M109 T0 S{TEMP0}; Set T0 new active extruder to TEMP0
{IF NEWTOOL=0} M109 T0 S{TEMP0}; Set T0 new active extruder to TEMP0
or
{IF NEWTOOL=1} M109 T1 S{TEMP1}; set T1
{IF NEWTOOL=1} M104 S165 T0; Cool T0 to 165
{IF NEWTOOL=1} M104 S165 T0; Cool T0 to 165
or
{IF NEWTOOL=0} M280 P0 S90
{IF NEWTOOL=1} M280 P0 S180
{IF NEWTOOL=1} M280 P0 S180
Thank's
Comments