Hey guys, Im running a Duet 3 mini 5+ and have just added magnetic filament monitors to my extruders. I am trying to calibrate them and am getting very large numbers on the measured sensitivity.
My board is this
Board: Duet 3 Mini 5+ (Mini5plus)
Firmware: RepRapFirmware for Duet 3 Mini 5+ 3.2.2 (2021-02-11)
Duet WiFi Server Version: 1.25
This is whats in my config.g for setup, towards the end of the file
M591 D0 P3 C"io1.in" S1
M591 D1 P3 C"io2.in" S1
I started an hour print with the monitor deactivated to get the values since it would pause right away every time with the default values. After the print the monitor reports this:
Duet3D rotating magnet filament monitor v3 on pin io1.in, disabled, sensitivity 28.80mm/rev, allow 60% to 160%, check every 3.0mm, version 3, mag 129 agc 67, measured sensitivity 69621.64mm/rev, min -2188% max 11019% over 2583.6mm
I updated the config to include the other paramaters from the setup page
M591 D0 P3 C"io1.in" S1 R70:130 L24.8 E3.0
M591 D1 P3 C"io2.in" S1 R70:130 L24.8 E3.0
and now I am getting this..
Duet3D rotating magnet filament monitor v3 on pin io1.in, disabled, sensitivity 24.80mm/rev, allow 70% to 130%, check every 3.0mm, version 3, mag 128 agc 67, measured sensitivity -905650.31mm/rev, min 26701% max -28193% over 884.4mm
Whats going on here?
Thanks!