Script for BLTouch Commands
-
Hello
I want to save a Script to reset the BLTouch Sensor.
The Sensor works but i not find the correct Command.I find :
M280 PS3 Set BLTouch to probing position : light on, pin out (1).
M280 PS10.6Reset the BLTouch
M280 PS7Set BLTouch to idle position
M280 PS8SELF TESTBut it comes :
M98 P"0:/macros/BLTouch Reset"
Error: Invalid servo index 0 in M280 command -
Have you seen this?
https://duet3d.dozuki.com/Wiki/Connecting_a_Z_probe#Section_BLTouch
M280 P3 S10 I1 ; deploy M280 P3 S90 I1 ; retract M280 P3 S120 I1 ; test mode M280 P3 S160 I1 ; clear test mode or error condition
P3 is used in that example because it assumes you're using heater pin 3.
In your test it looks like you don't have a P# selected
-
Thank you
I probably missed something. Because the commands look different than mine.