Remove A0: Difference between revisions

From iagent
Jump to: navigation, search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Remove is an accellerometer for doing input shaping with Klipper.
Remove is an accellerometer for doing input shaping with Klipper.
 
<div class="res-img">
[[File:Remove A0 iso.jpg|center]]
</div>
Klipper configuration:
<pre>
<pre>
# The Remove resonance tester mcu
[mcu rp2040]
serial: /dev/ttyACM0
baud: 1500000


[adxl345]
[adxl345]
Line 11: Line 18:
probe_points:
probe_points:
     100, 100, 20  # an example
     100, 100, 20  # an example
</pre>
</pre>

Latest revision as of 21:59, 8 September 2022

Remove is an accellerometer for doing input shaping with Klipper.

Klipper configuration:

# The Remove resonance tester mcu
[mcu rp2040]
serial: /dev/ttyACM0
baud: 1500000

[adxl345]
cs_pin: rp2040:gpio5
spi_bus: spi0a

[resonance_tester]
accel_chip: adxl345
probe_points:
    100, 100, 20  # an example