#I really could use some help

31 messages · Page 1 of 1 (latest)

versed mantle
#

Inside your printer.cfg you got [include klipper-macros/optional/bed_mesh.cfg] and that file doesn't exist

#

Also fix your tags #readme

covert coral
versed mantle
#

Without the file it's hard to say, but I guess you might using , instaed of .?

#

But as this message says, there is an error with your y_offset in section [probe]

covert coral
versed mantle
#

Send your printer.cfg

#

Oh wait, comment out the url below y_offset

#

And you should manually calibrate that value if everything is working

#

Just as a hint. Look at the bottom of the log. There you should find the error that it's showing you. In this case
ValueError: could not convert string to float: '-2\nFrom: https://raw.githubusercontent.com/VoronDesign/Voron-2/Voron2.4/firmware/klipper_configurations/SKR_1.4/Voron2_SKR_14_Config.cfg and https://www.reddit.com/r/klippers/comments/sk42tx/how_do_i_get_my_bltouch_to_probe_twice_at_each/'

#

As you can see there is clearly a problem with '-2\nFrom: https://raw.githu.....

covert coral
#

[save_variables]
filename: /home/wilsonm/printer5_data/config/variables.cfg # UPDATE THIS FOR YOUR PATH!!! what am i supposed to change here ? this is where im getting an error now

versed mantle
#

I think you should change it to something that exists

#

The path /home/wilsonm/printer5_data/config/variables.cfg obviously doesn't exist for you

#

Also I wouldn't recommend to just copy paste random stuff from a random tutorial on the internet

#

Copy pasting random stuff, without knowing what they do, will cause more harm than it will be useful most of the times

covert coral
#

im aware of that im just getting into klipper and i have alot to learn

versed mantle
#

imho, to start with a pretty big klipper setup isn't a good learning environment. My first setup of klipper and everything else took me like 1 hour maybe, as I only took the default klipper config for my printer from their github, to get everything started. I expanded that config later for my own use case a bit.

covert coral
#

i just have an ender 3 pro with a skr mini e3 v3 and ezabl

#

running klipper on the pi4b cbi

versed mantle
#

You should use microsteps, position_max, rotation distance and so on from the ender 3 pro one and copy them over to the skr mini e3 v3

#

Pins are obviously correct inside the skr mini e3 v3 config

#

So just patching together a config from these two files, don't take that long and then you got a working minmal setup

#

Only missing piece here is the correct bltouch pin. I'm using

sensor_pin: ^PC14
control_pin: PA1```on my skr mini e3 v3
covert coral
#

wouldnt I have to add the ezabl probe in to replace the bltouch ?

versed mantle
#

Just thought it might be bltouch as there is a commented bltouch section inside the ender 3 pro config

#

And like I said earlier, please fix your tags #readme