printers-for-people / catboat

Improve your pronter, nyan!
GNU General Public License v3.0
20 stars 6 forks source link

BL Touch not working #38

Open dog2bert opened 6 months ago

dog2bert commented 6 months ago

I try the following config on my catboat install on BTT PAD7 on a Kobra Max, with the MakerPanda board for Stealthburner.

[bltouch] sensor_pin: !PB6 control_pin: PB7 pin_up_reports_not_triggered: False

probe_with_touch_mode: True

speed: 20.0

samples: 3

samples_tolerance_retries: 3

stow_on_each_sample: false

Z_offset: 0

The down command will work, but up command makes in oscillate up and down constantly. Homing, G28, BL touch failed to deploy when it get to the z axis home part.

Jookia commented 6 months ago

I'm not familiar with the bltouch: Could you show the way you wired this up or what instructions you followed?

dog2bert commented 6 months ago

PXL_20240221_151136286 PXL_20240221_151151690 PXL_20240214_224846724

https://www.aliexpress.us/item/3256804234851176.html?businessType=ProductDetail&srcSns=sns_Copy&spreadType=socialShare&bizType=ProductDetail&social_params=60343500115&aff_fcid=5c5d7111e4c94725b399d47e75fdd342-1706664703853-07549-_DFem7rj&tt=CPS_NORMAL&aff_fsk=_DFem7rj&aff_platform=portals-tool&sk=_DFem7rj&aff_trace_key=5c5d7111e4c94725b399d47e75fdd342-1706664703853-07549-_DFem7rj&terminal_id=4d4e7541cbce406fa44e7baaf76f6137&afSmartRedirect=y&gatewayAdapt=glo2usa4itemAdapt

Jookia commented 6 months ago

How do you know PB6 and PB7 are the correct pins?

Fragmon commented 6 months ago

Hey jookia. I help him with this Board (i am the creator and this Board work with this Pins). I never seen this Kind of error, that the bltouch goes up and down. @dog2bert can you Post the video with this pin movement?

Jookia commented 6 months ago

Can you try testing the bltouch using https://www.klipper3d.org/BLTouch.html instructions?

dog2bert commented 6 months ago

Here is the video: https://youtube.com/shorts/tg0fCxpEp0Q?feature=share

Jookia commented 6 months ago

It looks like the probe is going up and down in its idle state?

On Thu, Feb 22, 2024 at 06:11:24AM -0800, dog2bert wrote:

Here is the video: https://youtube.com/shorts/tg0fCxpEp0Q?feature=share

-- Reply to this email directly or view it on GitHub: https://github.com/printers-for-people/catboat/issues/38#issuecomment-1959532980 You are receiving this because you commented.

Message ID: @.***>

dog2bert commented 6 months ago

Yes, it will go up and down until I trigger it down. Then when I trigger it up, it goes back to up/down.

Jookia commented 6 months ago

The immediate thought I get is that the signal is left floating when not pulled down.

Could you swap your control and sensor pins on the the board and in Klipper?

On Thu, Feb 22, 2024 at 07:13:07AM -0800, dog2bert wrote:

Yes, it will go up and down until I trigger it down. Then when I trigger it up, it goes back to up/down.

-- Reply to this email directly or view it on GitHub: https://github.com/printers-for-people/catboat/issues/38#issuecomment-1959658455 You are receiving this because you commented.

Message ID: @.***>

dog2bert commented 6 months ago

Switching the wires and config it had the same behavior.

I added this line to the bltouch config: pin_up_touch_mode_reports_triggered: false

and now it will go down during homing z axis, and stop when triggered, but gets this error after:

!! BLTouch failed to deploy

Jookia commented 6 months ago

Hmm. I don't have a bltouch to test. Could you try the other Klipper options in the article I linked please?

On Thu, Feb 22, 2024 at 10:28:23AM -0800, dog2bert wrote:

Switching the wires and config it had the same behavior.

I added this line to the bltouch config: pin_up_touch_mode_reports_triggered: false

and now it will go down during homing z axis, and stop when triggered, but gets this error after:

!! BLTouch failed to deploy

-- Reply to this email directly or view it on GitHub: https://github.com/printers-for-people/catboat/issues/38#issuecomment-1960023359 You are receiving this because you commented.

Message ID: @.***>