Default printer.cfg ADXL default.
Just upgraded to RatOS 2. Very seamless and easy process!
Just found I needed to amend the printer.cfg file very slightly to get ADXL working.
Not sure if I was going about this the wrong way (I am very unsavvy on Klipper config but usually stumble through on the very good instructions).
Was:
[resonance_tester]
probe_points:
100,100,20 # 200mm printer
150,150,20 # 300mm printer
200,200,20 # 400mm printer
250,250,20 # 500mm printer
Needed to add in "accel_chip: adxl345" as follows:
[resonance_tester]
accel_chip: adxl345
probe_points:
100,100,20 # 200mm printer
150,150,20 # 300mm printer
200,200,20 # 400mm printer
250,250,20 # 500mm printer
4 Replies
Upload your full printer.cfg please
Ha just spotted the issue. I hadn't included input-shaper.cfg
I guess I missed it as Input-shaper.cfg include is not close to ADXL probe include points include in the file printer.cfg file.