#I really could use some help
31 messages · Page 1 of 1 (latest)
thank you I got that out of the way now this Unable to parse option 'y_offset' in section 'probe'
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]
here is my log
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.....
[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
Have a look at: https://www.klipper3d.org/Config_Reference.html#save_variables
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
The official klipper tutorial is pretty good on getting started: https://www.klipper3d.org/Installation.html#configuring-klipper
Copy pasting random stuff, without knowing what they do, will cause more harm than it will be useful most of the times
im aware of that im just getting into klipper and i have alot to learn
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.
i just have an ender 3 pro with a skr mini e3 v3 and ezabl
running klipper on the pi4b cbi
Here a minimal config for the skr mini e3 v3:
https://github.com/Klipper3d/klipper/blob/master/config/generic-bigtreetech-skr-mini-e3-v3.0.cfg
And here is one for the Ender 3 Pro:
https://github.com/Klipper3d/klipper/blob/master/config/printer-creality-ender3pro-2020.cfg
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
wouldnt I have to add the ezabl probe in to replace the bltouch ?
I'm not sure about that tbh
Have a look at https://www.klipper3d.org/Config_Reference.html#bed-probing-hardware for more information
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