BLTouch Zprobe marche pas
-
Pour le BLTouch avec DUEX5 brancher sur PWM1
si sa peut aider quelqu'un d'autre -
My pin Is down during homing XY why ?
-
Post your homing files. Does m401 and m402 work?
-
; homeall.g
; called to home all axes
;
; generated by RepRapFirmware Configuration Tool v3.1.4 on Sat Oct 03 2020 15:26:33 GMT+0200 (heure d’été d’Europe centrale)
G91 ; relative positioning
G1 H2 Z5 F8000 ; lift Z relative to current position
G1 H1 X-787 Y505 F3600 ; move quickly to X and Y axis endstops and stop there (first pass)
G1 H2 X5 Y-5 F8000 ; go back a few mm
G1 H1 X-787 Y505 F600 ; move slowly to X and Y axis endstops once more (second pass)
G90 ; absolute positioning
G1 X390 Y250 F8000 ; go to first bed probe point and home Z
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; homez.g
; called to home the Z axis
;
; generated by RepRapFirmware Configuration Tool v3.1.4 on Sat Oct 03 2020 15:26:33 GMT+0200 (heure d’été d’Europe centrale)
G91 ; relative positioning
G1 H2 Z5 F8000 ; lift Z relative to current position
G90 ; absolute positioning
G1 X390 Y250 F8000 ; 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 -
M401 and M402 work
-
BEFORE
M280 P0 S10 ; envoyer un signal de commande à BLTouch via servo / gpio 0
NEW
M280 P0 S90 ; envoyer un signal de commande à BLTouch via servo / gpio 0Just that Thanks
-
thank you phaedrux for your help
-
Do you have the right command in the right file?
-
Just change m280
-
So it's working now?
-
@Phaedrux Yes