I cant get the pin to drop down when homing Z. It is a standard Ramps 1.4 board and all wiring is correct. I cant get the pin to drop using the manual commands either. Below is my configuration.h PLEASE HELP my printer is dead!!
Link to Configuration.h and Configuration_adv.h
https://drive.google.com/drive/folders/1E99sQZHHIeK9RTDPtPCP1tDeRZpk0ivj?usp=sharing
you need to put the same like z min probe endstop inverting so put true !
@labotecno I have made the changes you suggested to the two entries listed in your comment above, set both to true, and just for fun, set them both to false. I got the same result. When trying to home Z the pin on the BLTouch does not drop down. But the Z axis does go down attempting to probe. Ultimately hitting the bed with the nozzle because the pin is never deployed.
You wrote you are using a RAMPS 1.4 but you defined:
#define MOTHERBOARD BOARD_RAMPS_13_EFB
try
#define MOTHERBOARD BOARD_RAMPS_14_EFB
Test BLTouch with: M280 P0 S120
BLTouch manual: https://www.antclabs.com/manual
ok so you have a problem with your conexion check it more ! whithout moving you axle z you can to stow or desploy the pin of the bltouch with lcd menu ! if you dont have it you have to put it
other thing comented this to help you make homing separately
Something similar happened to me a few times, most of them, there was a bad contact between the servo pin on the ramps and the bltouch. there once happened that pin sequence was inverted (+ on S, - on -, and S on+) so the bltouch would light up, but not receive commands.
i'm attaching my config.h (working), hope it helps.
I just updated to the latest bugfix now and also have the situation where the probe will not work, it goes through power on check fine but then it doesn't work on the LCD or Gcode. Bugfix from a few months ago works fine. I will dig some more but thought to look here to see if any one else was seeing the same thing.
Update:.....Mine was me not remembering the correct pin number, have too many printers and kept entering the wrong pin number in the pins ramps.h DOH!
As one extra troubleshooting step, enable PINS_DEBUGGING
and then you can use M43
to check that all the pins are set up correctly. The same option exists in Marlin 1.1.9 (and earlier bugfix-2.0.x
) so you can compare the output from both to make sure nothing has changed.
Thank you for all of your help!! It is greatly appreciated!! I have figured out and resolved the issues. I found that one of the wires was in fact damaged. Replaced the wire and changed the board type to ramps_14, and everything came to life. Thanks again to you all!
Hi!
I have got the same problem. When i want to home de z axix, then the pin of the bl-touch is deployed and then retracted. But the homeing isn麓t working. I麓m using Marlin 2.0.x on a MKS Base 1.6.
it would be nice, if anybody will have a look to my configuration...
Thanks a lot!
Did you change anything or is the BLTouch new? is it a clone or an original?
Try:
#define BLTOUCH_DELAY 375 // (ms) Enable and increase if needed
this is the standard setting
The mainboard and the BLTouch are new - i think it麓s an orginal
to enable the delay didn麓t fix the problem
This Issue Queue is for Marlin bug reports and development-related issues, and we prefer not to handle user-support questions here. (As noted on this page.) For best results getting help with configuration and troubleshooting, please use the following resources:
After seeking help from the community, if the consensus points to to a bug in Marlin, then you should post a bug report.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Something similar happened to me a few times, most of them, there was a bad contact between the servo pin on the ramps and the bltouch. there once happened that pin sequence was inverted (+ on S, - on -, and S on+) so the bltouch would light up, but not receive commands.
i'm attaching my config.h (working), hope it helps.
Configuration.txt