#Ender 3Pro with Creality 1.1.4 board and BLTouch.

65 messages · Page 1 of 1 (latest)

brisk verge
#

I'm moving from Octoprint with the E3P and BLTouch. I had the BLT working with the Marlin FW but I'm stuggling to find the apropriate settings in Klipper. I've attached my printer.cfg. The X and Y axis home but the Z obviously with no end stop and a non working BLT will not. I was never able to get the mesh leveling to work in Octoprint. I could see the bed and it's visualization but it would not move the print head to accomodate tilt and such. I just want to get back up and running and then I may explore upgrades to the board at some point.
Thanks!

tender bridge
#

What exactly is your question?

#

With what are you stuck?

#

The X and Y axis home but the Z obviously with no end stop and a non working BLT will not
In your config I can only see everything configured, most likely, correct

#

Except for the z_offset

#

That's definitely wrong

cloud hamletBOT
#

Ahoi @brisk verge!
It looks like you did not provide all the necessary information we need to help you.
Please upload your logfiles and a detailed description of your problem.
For further information see: https://docs.mainsail.xyz/faq/getting-help/discord#provide-information
Note: We only accept .log and .txt files as log files.
This is an automated message

We are glad to help and chat with you on our Community Discord, but if you need help and want the best support possible you should, follow a few simple rules:

brisk verge
tender bridge
#

Creality 1.1.4 is correct?

brisk verge
#

Yes.

tender bridge
#

Also how did you define it in Marlin? Don't you need to define pins there too?

tender bridge
#

At least I thought that

brisk verge
#

Yes, some had the 4.2.2, I got screwed and wound up with the 1.1.4

tender bridge
#

The stepper are correct? Where did you get the config from?

brisk verge
#

Using the 1.1.3 config. Wonder if I don't try the 4.2.2 config.

tender bridge
#

It won't work, as the pin mappings are different

#

Where did you find the 1.1.3 config?

brisk verge
#

So with the X&Y working I should be using the correct config right? I got it straight from github.

tender bridge
#

How did you connect the bltouch anyway?

brisk verge
#

Added the BLT from someone on YT with the 4.2.2 board. Thought it would get me started.

tender bridge
#

I've got the 1.1.4 from my Ender5 and it does not have a probing connector

#

That board also don't have silent stepper

#

So I highly recommend to get a new one (I've got the skr mini e3 v3)

brisk verge
#

It has the ribbon cable with 6 spare pins off to the side. I have the BLT attached to those. Can't get a good look at it right now.

tender bridge
#

Seems like there is a silent version of that board too

#

But the ribbon you described is most likely the screen cable?

brisk verge
#

Looking at it black and white from blt go to z input and the yellow brown and red go over to the other pins.

tender bridge
#

With that information, we can build up the config, with some help of other board configs ^^

#
sensor_pin: ^PC4
control_pin: ?```
#

For the control pin, I need information on what exact pin the cable is connected to

#

The yellow one

brisk verge
#

The brown on the ribbon.

tender bridge
#

I sadly don't know where my ribbon cable is

brisk verge
#

It's the one that is closest to the open 6.

tender bridge
#

Found my cable

brisk verge
#

10 if I count from where the stops plug in.

tender bridge
#

Where are the brown and red are located?

brisk verge
tender bridge
#

Oh, they are located on the 6 pins ^^

brisk verge
#

Orange and Brown are, yes. Yellow is attached to ribbon.

#

White and black go to Z stop and original is removed.

tender bridge
#

The white and black I already got

#

Just searching for the corresponding pin for the brown. We could do trial and error:
It's one of these:

cs_pin: PA3
sclk_pin: PA1
sid_pin: PC1
encoder_pins: ^PD2, ^PD3
click_pin: ^!PC0```
#

It might be PA1

#

For your control pin

brisk verge
#

Removed the Display in the config. Put this in for the BLT.

[bltouch]
sensor_pin: ^PC4
control_pin: PC1
x_offset: -42
y_offset: -5
z_offset: 0

Now I get ****

#

BLTouch failed to verify sensor state

tender bridge
#

You changed on the wiring, right?

#

Then it might be wrong control pin?

#

The sensor should be correct, as that is just the endstop pin

brisk verge
#

Tried contro as PA1. Same.

tender bridge
#

Does the probe deploy?

brisk verge
#

No.

tender bridge
#

Then I recommend to try to narrow down the pins with the Marlin config

#

I don't have any knowledge about the Marlin software, so I'm not of a big help

brisk verge
#

I appreciate the help thus far.

brisk verge
#

Control Pin PA4!

#

It all homes and I put the display back in and it works now too. Now to figure out how to get it to use the autolevel mesh.

light geyser
brisk verge
light geyser