Input shaper error in config

I'm getting the following error when I'm trying to setup a fresh install with ebb42 v1.2 and beacon. Klipper reports: ERROR Source contains parsing errors: '/home/pi/printer_data/config/printer.cfg' [line 96]: '200,200,20 \n' I've tried everything I can think of to resolve it.
3 Replies
Prav
Prav3w ago
[resonance_tester]
accel_chip: ebb42
# ADXL345 resonance testing configuration
probe_points:
# 100,100,20 # 200mm printer
# 150,150,20 # 300mm printer
200,200,20 # 400mm printer
# 250,250,20 # 500mm printer
[resonance_tester]
accel_chip: ebb42
# ADXL345 resonance testing configuration
probe_points:
# 100,100,20 # 200mm printer
# 150,150,20 # 300mm printer
200,200,20 # 400mm printer
# 250,250,20 # 500mm printer
like that, you had probe_points commented out
Renfeld
Renfeld3w ago
Source contains parsing errors: '/home/pi/printer_data/config/printer.cfg' [line 96]: '200,200,20 \n' Still getting this error even with your assistance. Thank you though [resonance_tester] accel_chip: ebb42 ADXL345 resonance testing configuration probe_points: 100,100,20 # 200mm printer 150,150,20 # 300mm printer 200,200,20 # 400mm printer 250,250,20 # 500mm printer so I added spaces before 200,200,20 #400mm printer that made it work. Now I'm getting: Printer is not ready The klippy host software is attempting to connect. Please retry in a few moments. as soon as I remove the # from the pid tuning, it won't connect
TheTik
TheTik2w ago
Have an updated printer.cfg?