BLTouch giving error
-
@terhart @jay_s_uk M401 and M402 should be able to take a P parameter; see https://docs.duet3d.com/User_manual/Reference/Gcodes#m401-deploy-z-probe
However, this sounds like a bug, and that it is looking for deployprobe0.g, and when it does not find it, it is not switching to deployprobe.g. I've marked this as a bug for @dc42 to check.
Ian
-
Here is the homez file:
Thanks a lot for your help.; homez.g
; called to home the Z axis
;
; generated by RepRapFirmware Configuration Tool v3.2.3 on Sat Apr 17 2021 19:16:17 GMT+0200 (Midden-Europese zomertijd)
G91 ; relative positioning
G1 H2 Z5 F6000 ; lift Z relative to current position
G90 ; absolute positioning
G1 X15 Y15 F6000 ; go to first probe point
G30 ; home Z by probing the bed; Uncomment the following lines to lift Z after probing
;G91 ; relative positioning
;G1 Z5 F100 ; lift Z relative to current position
;G90 ; absolute positioning -
Did you modify your deploy and retract macros to remove the P0 from the M280 commands?
-
@Phaedrux Yes, I did. But unfortunately it didnt solve anything. Error stays.
Thanks for your help. -
@Phaedrux Next to my previous remark: This is exact error text that is generated:
M98 P"0:/macros/BLTouch Retract"
Error: Bad command: probeThere is no error on the deploy macro.
Also, if I initiate the command "M280!P0 S90" or "M280!P0 S10" the BLTouch deploys and retract without an error.
The error only comes on M402.Thanks.
-
deployprobe.g and retractprobe.g must be in the sys folder for M401 and M402 to work. They must be named that way too.
-
@terhart said in BLTouch giving error:
M98 P"0:/macros/BLTouch Retract"
Error: Bad command: probeWe'll need to see the contents of macro file "BLTouch Retract" to diagnose that.
-
@dc42
Hi, thanks for helping me.
This is all that is in the BL Touch Retract file:M402
If I just enter M402 on the command line, a "probe" error is raised.
Best regards,
Hans ter Hart
-
Try placing these files in your sys folder.
-
THANKS!!!! That did it....!! Problem solved! No error anymore.
Thanks a lot for your help.Best regards,
Hans
-
-