diff --git a/cfgs/adxl-rpi-pico-2x.cfg b/cfgs/adxl-rpi-pico-2x.cfg index f2a2e43..363a301 100644 --- a/cfgs/adxl-rpi-pico-2x.cfg +++ b/cfgs/adxl-rpi-pico-2x.cfg @@ -1,7 +1,8 @@ ##################################################################### # Config that supports a print head and a bed sensor at the same time -# This requires a Raspberry Pi Pico. Instructions: -# https://klipper.discourse.group/t/raspberry-pi-pico-adxl345-portable-resonance-measurement/1757/9 +# This requires a Raspberry Pi Pico. +# Instructions: https://klipper.discourse.group/t/raspberry-pi-pico-adxl345-portable-resonance-measurement/1757/9 +# TLDR Instructions: The two sensors should use the spi0a (GPIO 0-3) and spi1a (GPIO 9-12) buses, respectively. # # Recommended mounts: # https://www.printables.com/model/385334-sovol-sv06-adxl345-mount-printhead-and-bed @@ -31,9 +32,9 @@ cs_pin: RP2040:gpio9 spi_bus: spi1a [resonance_tester] -probe_points: 111.5, 116.5, 30 accel_chip_x: adxl345 head accel_chip_y: adxl345 bed +probe_points: 111.5, 111.5, 20 [gcode_macro ADX] description: Shortcut to ACCELEROMETER_QUERY for both sensors