FYSETC / M36_HUB_V1

A print head wiring hub board for NAME14(36mm)
6 stars 2 forks source link

Config to ADXL345 #3

Open mayder opened 5 months ago

mayder commented 5 months ago

This configuration not works to use on v0:

#####################################################################

ADXL345

#####################################################################

[adxl345]

cs_pin: head:PA4

spi_speed: 5000000

spi_bus: spi1

spi_software_sclk_pin: head:PA5

spi_software_mosi_pin: head:PA7

spi_software_miso_pin: head:PA6

axes_map: x, -z, -y

rate: 3200

[resonance_tester]

accel_chip: adxl345

accel_per_hz: 75

probe_points:

60, 60, 20 # Ajuste conforme necessário para a sua impressora

[input_shaper]

shaper_freq_x: 66

shaper_type_x: ei

shaper_freq_y: 70.8

shaper_type_y: mzv

blackus3r commented 2 days ago

@mayder

I fixed the config:

[adxl345]
cs_pin: head:PA4
spi_software_sclk_pin: head:PA5
spi_software_mosi_pin: head:PA7
spi_software_miso_pin: head:PA6
axes_map: x, -z, -y

[resonance_tester]
accel_chip: adxl345
probe_points:
    60, 60, 20