BL Touch
-
I legit unplugged the bl touch wires and plugged them back in. It did the move thing and actually homed z. lol
-
if you get the red flash the deploy and retract doesn't work until you reset it.
reset it by power recycle OR S160 , eg M280 P3 S160 -
Granted it didnt stop and kept going but progress
-
The Z axis wont stop moving down even after the plunger is pushed in.
-
can you deploy and retract the probe ?
-
@peter247 I can deploy and retract the probe
-
the wires that come with the bltouch are notoriously bad.
-
@Veti Also not long enough to reach my board. lol
-
Look like you are using G30 to lower the head on homing .
Can't see a fault on your config.g , but i'm on version 3.1.1 which is different. -
@peter247 Now the printer wont home Z. lol here is the code for home all. I cannot pin up and down:
; homeall.g ; called to home all axes ; ; generated by RepRapFirmware Configuration Tool v3.1.4 on Sun Sep 27 2020 23:42:27 GMT-0600 (Mountain Daylight Time) ; Y-Axis G91 ; relative positioning G1 S1 Y-505 F1800 ; move quickly to Y axis endstop and stop there (first pass) G1 Y5 F500 ; go back a few mm G1 S1 Y-505 F360 ; move slowly to Y axis endstop once more (second pass) G90 ; absolute positioning ; X-Axis G91 ; relative positioning G1 S1 X-505 F1800 ; move quickly to X axis endstop and stop there (first pass) G1 X5 F500 ; go back a few mm G1 S1 X-505 F360 ; move slowly to X axis endstop once more (second pass) G90 ; absolute positioning ; Z-Axis M280 P7 S160 M280 P7 S120 M280 P7 S90 I1 ; Probe Up M280 P7 S10 I1 ; Probe Down M280 P7 S90 I1 ; Probe Up M280 P7 S10 I1 ; Probe Down M280 P7 S90 I1 ; Probe Up M280 P7 S10 I1 ; Probe Down G1 X15 Y15 Z10 F500 G91 ; relative positioning G30 ; Do a single probe to home our Z axis G90 ; Make sure we are in absolute mode G1 Z10 F6000 ; Rapidly move the Z axis to Z=10.
-
-
This isn't a actually picture of my board just one I found online.
-
@peter247 I tired the M280 P7 S160 through both the gcode console and in home all and it dindn't work
-
Does the up down up down up down work ?
-
Nope. lol. I manually reset the bl touch but am curious if there is a reset g code for this problem.
-
this my reset code for the bltouch M280 P0 S160
-
M280 P7 S90 I1 ; Probe Up
M280 P7 S10 I1 ; Probe Down
M280 P7 S90 I1 ; Probe Up
M280 P7 S10 I1 ; Probe Down
M280 P7 S90 I1 ; Probe Up
M280 P7 S10 I1 ; Probe Downdoes this work ?
-
@peter247 It doesn't so far, I get error:
G28 Error: G0/G1: insufficient axes homed
after the X&Y axis home but Z wont home:
; Y-Axis G91 ; relative positioning G1 S1 Y-505 F1800 ; move quickly to Y axis endstop and stop there (first pass) G1 Y5 F500 ; go back a few mm G1 S1 Y-505 F360 ; move slowly to Y axis endstop once more (second pass) G90 ; absolute positioning ; X-Axis G91 ; relative positioning G1 S1 X-505 F1800 ; move quickly to X axis endstop and stop there (first pass) G1 X5 F500 ; go back a few mm G1 S1 X-505 F360 ; move slowly to X axis endstop once more (second pass) G90 ; absolute positioning ; Z-Axis ;M280 P0 S160 ;This didn't work M280 P7 S160 M280 P7 S90 I1 ; Probe Up M280 P7 S10 I1 ; Probe Down M280 P7 S90 I1 ; Probe Up M280 P7 S10 I1 ; Probe Down M280 P7 S90 I1 ; Probe Up M280 P7 S10 I1 ; Probe Down G1 X15 Y15 Z10 F500 G91 ; relative positioning G30 ; Do a single probe to home our Z axis G90 ; Make sure we are in absolute mode G1 Z10 F6000 ; Rapidly move the Z axis to Z=10.
-
M280 P7 S90 I1 ; Probe Up
M280 P7 S10 I1 ; Probe Down
M280 P7 S90 I1 ; Probe Up
M280 P7 S10 I1 ; Probe Down
M280 P7 S90 I1 ; Probe Up
M280 P7 S10 I1 ; Probe Downthis Just checks the probe not homing .
You need to home X and Y before you can home Z -
@peter247 Im trying reset the bl touch then home X&Y axis to zero. Then move Z axis up 10 Y axis 15 and X axis 15 then actuate the probe 3 times, then home down z.