BL TOUCH CONFIGURATION
-
-
Also remove the I commands from deployprobe.g and retractprobe.g
-
@christophe31
Please also check the homez.g and the homeall.g. if the G30 is included.
Otherwise the probe will not be deployed and retracted in the homing moves. -
@DIY-O-Sphere said in BL TOUCH CONFIGURATION:
@christophe31 said in BL TOUCH CONFIGURATION:
M558 P9 C"zprobe.in"
You have to invert the input
when i delete the " ^ "it's the same issue will look at the other files you say and come back
-
here my homeall.g:
G91 ; relative positioning
G1 H2 Z5 F4800 ; lift Z relative to current position
G1 H1 X-305 Y-305 F6000 ; move quickly to X and Y axis endstops and stop there (first pass)
G1 H2 X5 Y5 F4800 ; go back a few mm
G1 H1 X-305 Y-305 F600 ; move slowly to X and Y axis endstops once more (second pass)
G90 ; absolute positioning
G1 X50 Y5 F4800 ; 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 F80 ; lift Z relative to current position
;G90 ; absolute positioningand my homez.g:
G91 ; relative positioning
G1 H2 Z5 F4800 ; lift Z relative to current position
G90 ; absolute positioning
G1 X50 Y5 F4800 ; 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 F80 ; lift Z relative to current position
;G90 ; absolute positioning -
@christophe31 said in BL TOUCH CONFIGURATION:
M307 H3 A-1 C-1 D-1 ; disable heater on PWM channel for BLTouch
Witch RRF3 version are you using.?
For the stable you have to remove this -
@DIY-O-Sphere said in BL TOUCH CONFIGURATION:
@christophe31 said in BL TOUCH CONFIGURATION:
M307 H3 A-1 C-1 D-1 ; disable heater on PWM channel for BLTouch
Wtch RRF3 version are you using.?
For the stable you can remove thisyes i've remove this line
allelluia my Z homing fonctionning... THANKS A LOT one who know here better than 100 who search..
the only issue i have is that the homing for the Z is not in the center of my bed, did you know the line to correct? -
@christophe31 said in BL TOUCH CONFIGURATION:
G1 X50 Y5 F4800 ; go to first probe point
Adept those lines in both homing files
-
@DIY-O-Sphere said in BL TOUCH CONFIGURATION:
@christophe31 said in BL TOUCH CONFIGURATION:
G1 X50 Y5 F4800 ; go to first probe point
Adept those lines in both homing files
yes found everything seems to work fine, thanks a lot again, for your fat answer.
i'm too happy lol:) -