Rat OS Klipper error on compile

Can anyone point me in the right direction to rectify this error?" configparser.Error: Invalid homing_positive_dir / position_endstop in 'stepper_x'" Config error Traceback (most recent call last): File "/home/pi/klipper/klippy/klippy.py", line 175, in _connect self._read_config() File "/home/pi/klipper/klippy/klippy.py", line 143, in _read_config m.add_printer_objects(config) File "/home/pi/klipper/klippy/toolhead.py", line 600, in add_printer_objects config.get_printer().add_object('toolhead', ToolHead(config)) File "/home/pi/klipper/klippy/toolhead.py", line 257, in init self.kin = mod.load_kinematics(self, config) File "/home/pi/klipper/klippy/kinematics/corexy.py", line 99, in load_kinematics return CoreXYKinematics(toolhead, config) File "/home/pi/klipper/klippy/kinematics/corexy.py", line 13, in init for n in 'xyz'] File "/home/pi/klipper/klippy/kinematics/corexy.py", line 13, in <listcomp> for n in 'xyz'] File "/home/pi/klipper/klippy/stepper.py", line 422, in LookupMultiRail default_position_endstop, units_in_radians) File "/home/pi/klipper/klippy/stepper.py", line 356, in init % (config.get_name(),)) configparser.Error: Invalid homing_positive_dir / position_endstop in 'stepper_x' webhooks client 3039562448: New connection webhooks client 3039562448: Client info {'program': 'Moonraker', 'version': 'v0.7.1-785-ga6b8a8a'} #klipper #fix-my-printer
9 Replies
blacksmithforlife
This is for a v-core-pro?
equal-aqua
equal-aqua2y ago
lol 3.1 or supposed to be But I understand the point you made last night Not sure what I messed up on Why does it think I have a pro?
blacksmithforlife
Don't you choose what printer you have? You should be selecting vcore3
equal-aqua
equal-aqua2y ago
ok, that just clicked for me I think. I need cut a past the pathway to my printer. i didn't see it as a variable I could uncooment so i guess that where I went wrong
No description
equal-aqua
equal-aqua2y ago
and
blacksmithforlife
No, that entire template is wrong and the configurator should have chosen the vcore3 one that is if you told it to use vcore3 for https://rat-os.vercel.app/docs/configuration#initial-configuration what button did you push?
blacksmithforlife
It should have been this one
No description
blacksmithforlife
go into your printer.cfg and replace ALL of it with
WARNING. DO NOT EDIT THIS FILE. IT IS A TEMPLATE. RatOS Initial Configuration Please Read the documentation: https://os.ratrig.com [include config/printers/initial-setup.cfg]
equal-aqua
equal-aqua2y ago
Well, I guess I pushed the wrong one. I appreciate the help.