Problem With BLTouch Sensor July 18, 2017 01:14PM |
Registered: 10 years ago Posts: 13 |
Re: Problem With BLTouch Sensor July 18, 2017 09:45PM |
Registered: 8 years ago Posts: 552 |
Re: Problem With BLTouch Sensor July 19, 2017 12:26AM |
Registered: 10 years ago Posts: 13 |
Re: Problem With BLTouch Sensor July 19, 2017 09:28AM |
Registered: 7 years ago Posts: 759 |
Re: Problem With BLTouch Sensor July 19, 2017 09:38AM |
Registered: 8 years ago Posts: 46 |
Re: Problem With BLTouch Sensor July 19, 2017 03:47PM |
Registered: 8 years ago Posts: 552 |
Re: Problem With BLTouch Sensor July 19, 2017 05:32PM |
Registered: 10 years ago Posts: 13 |
Re: Problem With BLTouch Sensor July 19, 2017 10:10PM |
Registered: 7 years ago Posts: 58 |
Quote
kmxsoft
Thanks all - some good info there which I am very grateful for.
I downloaded and installed Repetier host. Now Arduino is refusing to upload new firmware to the printer - it compiles fine but fails with a timeout on upload. This is new, previously I had no problem with uploading. Have removed and reinstalled Arduino thinking that would reinstall the driver, but it didn't. I can see the printers properties from the Arduino menu so I know it can communicate.
The only change was installation of Repetier host. I see the printer now shows an IP address on its menu so Repetier host has obviously tinkered with the firmware, though I didn't do more than just run Repetier host.
Re: Problem With BLTouch Sensor July 20, 2017 02:25AM |
Registered: 10 years ago Posts: 13 |
Quote
jaded
You can't have repetier host connected to your printer at the same time you are trying to send firmware through arduino.
You must disconnect repetier host from the printer before sending from arduino.
Re: Problem With BLTouch Sensor July 20, 2017 08:30AM |
Registered: 10 years ago Posts: 13 |
Re: Problem With BLTouch Sensor July 20, 2017 10:35AM |
Registered: 8 years ago Posts: 552 |
Quote
kmxsoft
Everything is now nearly working. The response from the M280 commands are as expected. However the probe status remains fixed at activated - it doesn't change regardless of any instruction.
Re: Problem With BLTouch Sensor July 20, 2017 12:53PM |
Registered: 10 years ago Posts: 13 |
Re: Problem With BLTouch Sensor July 21, 2017 04:28AM |
Registered: 7 years ago Posts: 759 |
Re: Problem With BLTouch Sensor July 21, 2017 02:42PM |
Registered: 10 years ago Posts: 13 |
Quote
obewan
In your config.h
Quote
#define Z_MIN_PROBE_ENDSTOP_INVERTING true // set to true to invert the logic of the probe.
I think you need to change this to false as the bltouch is like a NC endstop and gives a 5mS +pulse when triggered
Re: Problem With BLTouch Sensor July 21, 2017 03:31PM |
Registered: 8 years ago Posts: 552 |
Re: Problem With BLTouch Sensor July 21, 2017 03:40PM |
Registered: 10 years ago Posts: 13 |
Quote
Roxy
And to make matters more difficult... Some of the BL-Touch clones actually have an inverted signal. If you have a real BL-Touch, you can ignore this message. But if it is possible you have a knock off, you may need to invert the signal.
Re: Problem With BLTouch Sensor July 23, 2017 03:51PM |
Registered: 10 years ago Posts: 13 |
Re: Problem With BLTouch Sensor July 27, 2017 04:44PM |
Registered: 9 years ago Posts: 4 |
Re: Problem With BLTouch Sensor July 31, 2017 04:11PM |
Registered: 9 years ago Posts: 79 |
Re: Problem With BLTouch Sensor August 01, 2017 07:57AM |
Registered: 10 years ago Posts: 13 |
Quote
RickRap
Just saw this.
I have 3 BLTouch in use. Very happy with their performance. I'm using MKS 1.5 running marling 1.1.x RC8. Took me FOREVER to get this configured correctly.
I'm assuming you have endstops for x/y axes as well, correct? Z homing won't happen without those.
I will share my Marlin settings. The only issue I have right now is that during bed leveling probe, Z does not go up as high as I'd like for the second touch.
Re: Problem With BLTouch Sensor August 01, 2017 10:06AM |
Registered: 8 years ago Posts: 552 |
Quote
kmxsoft
There are multiple versions of the MKS board and I haven't found an authorative source showing the pins on the board. Marlin gives a pinm number, but where on earth is that pin on the board???
Re: Problem With BLTouch Sensor August 04, 2017 04:04AM |
Registered: 10 years ago Posts: 13 |
Re: Problem With BLTouch Sensor August 06, 2017 07:57AM |
Registered: 10 years ago Posts: 13 |