mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 21:41:15 +00:00
Added link to my RP2040 instructions repo.
This commit is contained in:
@@ -1,22 +1,25 @@
|
|||||||
#####################################################################
|
#####################################################################
|
||||||
|
# Find my instructions here:
|
||||||
|
# https://github.com/bassamanator/rp2040-zero-adxl345-klipper
|
||||||
# ADXL345 related Settings
|
# ADXL345 related Settings
|
||||||
# https://www.klipper3d.org/Measuring_Resonances.html#adxl345
|
# https://www.klipper3d.org/Measuring_Resonances.html#adxl345
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
[mcu rp2040]
|
[mcu RP2040]
|
||||||
baud: 115200 # 250000
|
baud: 115200 # 250000
|
||||||
restart_method: command
|
restart_method: command
|
||||||
# Obtain definition by "ls -l /dev/serial/by-id/"
|
# Obtain definition by "ls -l /dev/serial/by-id/"
|
||||||
serial: /dev/serial/by-id/usb-Klipper_rp2040_E66138935F154C28-if00
|
serial: /dev/serial/by-id/usb-Klipper_rp2040_E66138935F154C28-if00
|
||||||
|
|
||||||
[adxl345]
|
[adxl345]
|
||||||
spi_software_miso_pin: rp2040:gpio8
|
cs_pin: RP2040:gpio1
|
||||||
cs_pin: rp2040:gpio9
|
spi_bus: spi0a
|
||||||
# spi_bus: spi0b
|
|
||||||
spi_software_sclk_pin: rp2040:gpio10
|
|
||||||
spi_software_mosi_pin: rp2040:gpio11
|
|
||||||
axes_map: x,y,z
|
|
||||||
|
|
||||||
[resonance_tester]
|
[resonance_tester]
|
||||||
accel_chip: adxl345
|
accel_chip: adxl345
|
||||||
probe_points: 111.5, 111.5, 20
|
probe_points: 111.5, 111.5, 20
|
||||||
|
|
||||||
|
[gcode_macro ADX]
|
||||||
|
description: Shortcut to ACCELEROMETER_QUERY
|
||||||
|
gcode:
|
||||||
|
ACCELEROMETER_QUERY
|
||||||
|
|||||||
Reference in New Issue
Block a user