IR sensor
-
Evening all just wanted to clarify that mode P2 is correct for the Aus3d IR height sensor please.
M558 P2 H15 F100 T6000 R0.5 A5 B1
-
I've got an Aus3d IR. I can check my config after work tonight and let you know.
-
M558 P1 H3 F300 T6000 A5 S0.015
I used P1 and the analog output of the IR sensor.
If you use the analog output Duet will slow the dive speed down as the probe nears the trigger height. I found this gave more repeatable results. -
@insertnamehere
Many thanks for the info much appreciated!
Would I be correct in assuming the R value in my line of code is a repeat measurement feature until two consecutive measurements are of the same value it will keep repeating.
This is the line of code I was using with my BLT but with P9 and it still worked after I fitted the Aus3d. I was just worried that I may create other issues by not altering it. -
P1 is correct for the IR sensor on Duet 2 and legacy Duets.
The R parameter is a settling time, not needed for the IR sensor. See https://duet3d.dozuki.com/Wiki/Gcode#Section_M558_Set_Z_probe_type.
-
@insertnamehere said in IR sensor:
M558 P1 H3 F300 T6000 A5 S0.015
So taking into account I used to have a BLtouch and now I have the Aus3D ir sensor which homes fine thank you using the command line given earlier is there something else I have to reverse as I now have an error message following the homing.
Error M280; invalid servo index 7 in M280 command.(repeat text)
-
remove the retract/deployprobe.g files from sys.
also check for M401/M402 command in your homing files or M98 calling the macros.
-
@Veti Hey thank you it was the deploy and retract files remaining error message gone!
Much appreciated help as always