Bltouch homeZ anyone can send me his settings?
-
Hi all , I am able to do meshlevelling using bltouch but I have trouble making home z.
During probe procedure of home Z the probe touch the bed, register the home position , but then it go to error and start blinking . After that I have to reset it for regain control.
I made a workaround in my home routine putting a line for autoreset the probe after touch but I'd like to find the real solution.Is there anyone who can post a working config.g and home Z with a bltouc?
Thx
this is my home routine for Z
[c]G91 ; relative mode
G1 Z8 F400 ; raise head 4mm to ensure it is above the Z probe trigger height
G90 ; back to absolute mode
M280 P3 S10 I1
G1 X150 Y150 F3000 ; put head over the centre of the bed, or wherever you want to probe
G30 ; lower head, stop when probe triggered and set Z to trigger height[/c] -
; Z homing file for dc42 fork of RepRapFirmware
M280 P3 S160 I1 ; Clear probe
G91 ; Relative positioning
G1 Z10 F3600 ;Lift z
G4 S1 ;wait 1 second
M98 P/sys/deployprobe.g ; call deployprobe.g
G1 Z5 F200
G90
; Adjust the coordinates in the following line to place the head at a suitable position for Z homing
G1 X20 Y30 F3600 ; Go to first bed probe point
G30
G1 Z10 F500
M98 P/sys/retractprobe.g ; call retractprobe.g -
Thank you very much for the time you lost answering me . This evening I' ll check it out.
Regards
Andrea