ASWX2 - Update printer config files #7
@@ -1,4 +1,4 @@
|
||||
[mcu no_name_adxl]
|
||||
[mcu x_adxl]
|
||||
# Change <mySerial> to whatever you found above. For example,
|
||||
# usb-Klipper_rp2040_E661640843545B2E-if00
|
||||
serial: /dev/serial/by-path/platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.1:1.0
|
||||
@@ -6,18 +6,18 @@ serial: /dev/serial/by-path/platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.1:1.
|
||||
|
||||
|
||||
[adxl345]
|
||||
cs_pin: no_name_adxl:gpio9
|
||||
spi_software_sclk_pin: no_name_adxl:gpio10
|
||||
spi_software_mosi_pin: no_name_adxl:gpio11
|
||||
spi_software_miso_pin: no_name_adxl:gpio12
|
||||
cs_pin: x_adxl:gpio9
|
||||
spi_software_sclk_pin: x_adxl:gpio10
|
||||
spi_software_mosi_pin: x_adxl:gpio11
|
||||
spi_software_miso_pin: x_adxl:gpio12
|
||||
|
||||
axes_map: x,z,y
|
||||
axes_map: y,x,-z # x,z,y
|
||||
|
||||
[resonance_tester]
|
||||
accel_chip: adxl345
|
||||
probe_points:
|
||||
# Somewhere slightly above the middle of your print bed
|
||||
100,100, 20
|
||||
150,150, 20
|
||||
|
||||
#[output_pin power_mode] # Improve power stability
|
||||
#pin: adxl:gpio23
|
||||
@@ -206,11 +206,11 @@ switch_pin: PA0 # the z-endstop pin
|
||||
#*# [bed_mesh default]
|
||||
#*# version = 1
|
||||
#*# points =
|
||||
#*# 0.217500, 0.105833, 0.057500, -0.016667, -0.000000
|
||||
#*# 0.176667, 0.081667, 0.023333, -0.018333, 0.012500
|
||||
#*# 0.175000, 0.095000, 0.064167, 0.009167, 0.014167
|
||||
#*# 0.220833, 0.136667, 0.061667, -0.008333, -0.028333
|
||||
#*# 0.145000, 0.015833, -0.005833, -0.061667, -0.072500
|
||||
#*# 0.217500, 0.105833, 0.057500, -0.016667, -0.000000
|
||||
#*# 0.176667, 0.081667, 0.023333, -0.018333, 0.012500
|
||||
#*# 0.175000, 0.095000, 0.064167, 0.009167, 0.014167
|
||||
#*# 0.220833, 0.136667, 0.061667, -0.008333, -0.028333
|
||||
#*# 0.145000, 0.015833, -0.005833, -0.061667, -0.072500
|
||||
#*# x_count = 5
|
||||
#*# y_count = 5
|
||||
#*# mesh_x_pps = 3
|
||||
@@ -233,3 +233,7 @@ switch_pin: PA0 # the z-endstop pin
|
||||
#*# pid_kp = 38.998
|
||||
#*# pid_ki = 0.341
|
||||
#*# pid_kd = 1114.359
|
||||
#*#
|
||||
#*# [input_shaper]
|
||||
#*# shaper_type_x = mzv
|
||||
#*# shaper_freq_x = 49.0
|
||||
|
||||
Reference in New Issue
Block a user