Hiya,
I have noticed the following and was wondering what it meant:
M218 T1 X0.0 Y0.0 ; reset extruder offset
T[new_tool]
M218 T1 X-18.0 Y0.0 ; set extruder offset
; uncomment section below to use idle temperatures
{IF NEWTOOL=0};M104 S100 T1 ; idle right extruder
{IF NEWTOOL=0};M104 S[extruder0_temperature] T0 ; heat left extruder
{IF NEWTOOL=1};M104 S100 T0 ; idle left extruder
{IF NEWTOOL=1};M104 S[extruder1_temperature] T1 ; heat right extruder
there is a line : ; uncomment section below to use idle temperatures
I am not sure what it means and what it does if I do what it says.
In my understanding that if I delete the section below it will use the idle temperatures during a dual extrusion print. But i've read a few post by experts that Idle isn't used on the UM3, which I know is the case currently.
reason I ask is that when using Cura 2.7, the PVA doesn't work well. it seems to have an extrusion issue and the frame work of the support fails. I have cleared a blockage from the nozzle and it still occurs. but with S3D it's fine. My concern is the issue raised in the post regarding S3D and not idling temperatures.
any advice is appreciated
Becky