Display 3HC mcu and drivers temp
-
I can display the Duet 3 6HC mcu and drivers temp with
M308 S10 Y"mcu-temp" A"6HC MCU" M308 S11 Y"drivers" A"6HC Steppers"
But How do get the same info from expansion boards?
Cheers.
-
@pierig for e.g. a board at CAN address 1 you can use:
M308 S12 Y"mcu-temp" P"1.dummy" A"3HC MCU" M307 S13 Y"drivertemp" P"1.dummy" A"3HC Steppers"
Note, in the next 3.4.0beta release, "drivertemp" will be changed to "drivers" to match the main board.
-
@dc42 Thank you sir! works perfectly!
-
@dc42 said in Display 3HC mcu and drivers temp:
@pierig for e.g. a board at CAN address 1 you can use:
M308 S12 Y"mcu-temp" P"1.dummy" A"3HC MCU" M307 S13 Y"drivertemp" P"1.dummy" A"3HC Steppers"
Note, in the next 3.4.0beta release, "drivertemp" will be changed to "drivers" to match the main board.
Thanks!
Just a minor correction: it should be M308 even for 3HC Steppers (I couldn't understand why it wouldn't show up, then I noticed that slight difference ).Besides: do I need to calibrate the 3HC processor's sensor too like I did for the 6HC or one calibration fits all?