What's new
VORON Design

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members!

SHAPER_CALIBRATE, what axis

vigge7614

Member
I have the LDO ADXL extension board and I am using the Stealthburner mount. However my axises marked on the board do not represent the real axes, Z is X, etc. I have done manual configuration with "TEST RESONANCES" using the method in Nero3d's video on youtube. However I want to use the automatic configuration using the command "SHAPER_CALIBRATE", will this work if my axes don't represent the real ones, will it automatically identify the right axis from the movements or do I need to specify something?
 
I'm no expert, but I believe what you are looking for is here in red text:
Change this to match which axes is where. Switch them to match how your board is mounted.

[mcu adxl]
serial: /dev/serial/by-id/usb-Klipper_rp2040_E6614C311B7A2E34-if00

[adxl345]
cs_pin: adxl:gpio1
spi_bus: spi0a
axes_map: x,y,z

[resonance_tester]
accel_chip: adxl345
probe_points:
175,175, 20 # middle of bed as an example
 
I'm no expert, but I believe what you are looking for is here in red text:
Change this to match which axes is where. Switch them to match how your board is mounted.

[mcu adxl]
serial: /dev/serial/by-id/usb-Klipper_rp2040_E6614C311B7A2E34-if00

[adxl345]
cs_pin: adxl:gpio1
spi_bus: spi0a
axes_map: x,y,z

[resonance_tester]
accel_chip: adxl345
probe_points:
175,175, 20 # middle of bed as an example
Thanks, I will give it a try tomorrow!
 
Top