added klipper configuration
This commit is contained in:
29
02-klipper/01-configuration/adxl345_pico.cfg
Normal file
29
02-klipper/01-configuration/adxl345_pico.cfg
Normal file
@@ -0,0 +1,29 @@
|
||||
# _ _ ____ _ _ _____
|
||||
# /\ | | | |___ \| || | | ____|
|
||||
# / \ __| |_ _| | __) | || |_| |__
|
||||
# / /\ \ / _` \ \/ / ||__ <|__ _|___ \
|
||||
# / ____ \ (_| |> <| |___) | | | ___) |
|
||||
# /_/ \_\__,_/_/\_\_|____/ |_| |____/
|
||||
#
|
||||
# ADXL345 Configurations - Flsun Speeder Pad
|
||||
#
|
||||
# Guislain Cyril
|
||||
|
||||
|
||||
[mcu adxl]
|
||||
serial: XXXXX
|
||||
restart_method: command
|
||||
|
||||
[adxl345]
|
||||
cs_pin: adxl:gpio1
|
||||
spi_bus: spi0a
|
||||
axes_map: x,-z,y
|
||||
|
||||
[resonance_tester]
|
||||
accel_chip: adxl345
|
||||
min_freq: 1
|
||||
max_freq: 133
|
||||
accel_per_hz: 100
|
||||
max_smoothing: 0.5
|
||||
probe_points:
|
||||
0, 0, 25
|
||||
Reference in New Issue
Block a user