Hardware: Rpi4 B, Fysetc Spider v1.1
Hi π hopefully some kind soul can help me here, i updated klipper and now i have to update the firmware for my Fysetc Spider. i have done this before without any problems, but this time it doesent work..
i did like this:
- ssh to pi
- run this commands,
- sudo apt install make (already installed)
- cd ~/klipper
-make clean - make menuconfig
- make
after running the application make, i got this errors at the bottom line:
Compiling out/src/stm32/hard_pwm.o
Building out/compile_time_request.o
Traceback (most recent call last):
File "/home/pi/klipper/./scripts/buildcommands.py", line 620, in <module>
main()
File "/home/pi/klipper/./scripts/buildcommands.py", line 611, in main
ctr_dispatchcmd
File "/home/pi/klipper/./scripts/buildcommands.py", line 168, in decl_initial_pins
HandlerConstants.decl_constant_str(
File "/home/pi/klipper/./scripts/buildcommands.py", line 140, in decl_constant_str
name, value = req.split(None, 2)[1:]
ValueError: not enough values to unpack (expected 2, got 1)
make: *** [Makefile:84: out/compile_time_request.o] Error 1
anyone know how to solve this? wery thankful for anything i can try π