I can set the temp on the machine and then shut the other extruder off. At this point switching between T0 and T1 sets the active called temp to the value for that extruder. switched back and forth several time.
Code: Select all
M104 S240 T0 ; set temperature
M104 S220 T1 ; set temperature
Code: Select all
M109 S240 T0 ; set temperature and wait for it to be reached
M109 S220 T1 ; set temperature and wait for it to be reached
What is the proper way to handle this? Can't figure out how to get Slic3r to do it, but in reality the firmware should... And nearly does
Thanks
Cory