RRF3 and virtual temp
-
In my RRF2 config file, I have :
M305 P101 S"Duet_TMC" M305 P103 S"Left_Stepper" X2 T100000 B3950
I try to convert to RRF3, it is correct ?
M308 S2 P"drivers" Y"drivers" A"Duet_TMC" M308 S3 P"e1temp" Y"thermistor" T100000 B3950 A"Left_Stepper"
-
@pipersw This should work. Though for type
drivers
theP
parameter is ignored and can be left out.