Update adxl-rpi-pico-2x.cfg

Minor adjustments to adxl-rpi-pico-2x.cfg.
This commit is contained in:
Bassam Husain
2023-04-21 16:41:26 -04:00
committed by GitHub
parent 4df5ef2db3
commit 51fd3f0b19

View File

@@ -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