added klipper configuration
This commit is contained in:
31
02-klipper/01-configuration/adxl345_fysetc.cfg
Normal file
31
02-klipper/01-configuration/adxl345_fysetc.cfg
Normal file
@@ -0,0 +1,31 @@
|
||||
# _ _ ____ _ _ _____
|
||||
# /\ | | | |___ \| || | | ____|
|
||||
# / \ __| |_ _| | __) | || |_| |__
|
||||
# / /\ \ / _` \ \/ / ||__ <|__ _|___ \
|
||||
# / ____ \ (_| |> <| |___) | | | ___) |
|
||||
# /_/ \_\__,_/_/\_\_|____/ |_| |____/
|
||||
#
|
||||
# ADXL345 Configurations - Flsun Speeder Pad
|
||||
#
|
||||
# Guislain Cyril
|
||||
|
||||
|
||||
[mcu PIS]
|
||||
serial: XXXXX
|
||||
restart_method: command
|
||||
|
||||
[adxl345]
|
||||
cs_pin: PIS:gpio13
|
||||
spi_software_sclk_pin: PIS:gpio10
|
||||
spi_software_mosi_pin: PIS:gpio11
|
||||
spi_software_miso_pin: PIS:gpio12
|
||||
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