BL-Touch don´t trigger by Home Z
-
@DIY-O-Sphere said in BL-Touch don´t trigger by Home Z:
@CupaCabra
That is not the same code as posted first ....yes, there are the revisedet version with your command´s.
i take your script as idol. -
@CupaCabra
as @Veti mentioned you can remove the M98
I have removed them too, as they furthermore where not correctly coded. -
Hello, i have clean all my Home Script´s.
I have test with the Orginal Script´slike below
; homez.g
; called to home the Z axis
;
; generated by RepRapFirmware Configuration Tool v2.1.5 on Fri Jan 10 2020 12:51:00 GMT+0100 (Mitteleuropäische Normalzeit)
G91 ; relative positioning
G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 Z505 F1800 ; move Z up until the endstop is triggered
G92 Z500 ; set Z position to axis maximum (you may want to adjust this); Uncomment the following lines to lift Z after probing
;G91 ; relative positioning
;G1 Z5 F100 ; lift Z relative to current position
;G90 ; absolute positioningand
; homeall.g
; called to home all axes
;
; generated by RepRapFirmware Configuration Tool v2.1.5 on Fri Jan 10 2020 12:36:58 GMT+0100 (Mitteleuropäische Normalzeit)
G91 ; relative positioning
G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 X405 Y405 F1800 ; move quickly to X or Y endstop and stop there (first pass)
G1 H1 X405 ; home X axis
G1 H1 Y405 ; home Y axis
G1 X-5 Y-5 F6000 ; go back a few mm
G1 H1 X405 F360 ; move slowly to X axis endstop once more (second pass)
G1 H1 Y405 ; then move slowly to Y axis endstop
G1 H1 Z-505 F360 ; move Z down stopping at the endstop
G90 ; absolute positioning
G92 Z0 ; set Z position to axis minimum (you may want to adjust this); Uncomment the following lines to lift Z after probing
;G91 ; relative positioning
;G1 Z5 F100 ; lift Z relative to current position
;G90the Pin don´t come Out i have try homeall und homez
If i write on the DuePanel or in the WebBrowser
M401 oder M402 der Pin get Out and In
the same with M280 P0 S10 or S90But if i try G30 Code the Z Move UP but the Pin don´t come Out.
If ist someone possible to Help me to fix the Prob. please
-
your home scripts are for switches and not for probes.
there is no reason why the bltouch should deploy.please go to the configurator and select bltouch and generate new home scripts.
-
@CupaCabra said in BL-Touch don´t trigger by Home Z:
But if i try G30 Code the Z Move UP but the Pin don´t come Out.
Please post your deployprobe and retractprobe files.
Does the pin respond when you send M401 and M402?