20 lines
391 B
INI
20 lines
391 B
INI
## EBB36
|
|
[adxl345]
|
|
cs_pin: EBBCan:PB12
|
|
spi_software_sclk_pin: EBBCan:PB10
|
|
spi_software_mosi_pin: EBBCan:PB11
|
|
spi_software_miso_pin: EBBCan:PB2
|
|
axes_map: x,y,z
|
|
|
|
[resonance_tester]
|
|
accel_chip: adxl345
|
|
probe_points:
|
|
150,150,20 # an example
|
|
|
|
[gcode_macro TR]
|
|
gcode:
|
|
{% if not "xyz" in printer.toolhead.homed_axes %}
|
|
G28
|
|
{% endif %}
|
|
TEST_RESONANCES AXIS=X
|
|
TEST_RESONANCES AXIS=Y
|