ASWX2 - Update Pressure Advance (PA) settings
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
[mcu no_name_adxl]
|
[mcu x_adxl]
|
||||||
# Change <mySerial> to whatever you found above. For example,
|
# Change <mySerial> to whatever you found above. For example,
|
||||||
# usb-Klipper_rp2040_E661640843545B2E-if00
|
# usb-Klipper_rp2040_E661640843545B2E-if00
|
||||||
serial: /dev/serial/by-path/platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.1:1.0
|
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]
|
[adxl345]
|
||||||
cs_pin: no_name_adxl:gpio9
|
cs_pin: x_adxl:gpio9
|
||||||
spi_software_sclk_pin: no_name_adxl:gpio10
|
spi_software_sclk_pin: x_adxl:gpio10
|
||||||
spi_software_mosi_pin: no_name_adxl:gpio11
|
spi_software_mosi_pin: x_adxl:gpio11
|
||||||
spi_software_miso_pin: no_name_adxl:gpio12
|
spi_software_miso_pin: x_adxl:gpio12
|
||||||
|
|
||||||
axes_map: x,z,y
|
axes_map: y,x,-z # x,z,y
|
||||||
|
|
||||||
[resonance_tester]
|
[resonance_tester]
|
||||||
accel_chip: adxl345
|
accel_chip: adxl345
|
||||||
probe_points:
|
probe_points:
|
||||||
# Somewhere slightly above the middle of your print bed
|
# Somewhere slightly above the middle of your print bed
|
||||||
100,100, 20
|
150,150, 20
|
||||||
|
|
||||||
#[output_pin power_mode] # Improve power stability
|
#[output_pin power_mode] # Improve power stability
|
||||||
#pin: adxl:gpio23
|
#pin: adxl:gpio23
|
||||||
@@ -10,7 +10,9 @@
|
|||||||
# See more description here: https://blog.freakydu.de/posts/2022-10-01-klipper_with_artillery_sidewinderx2/
|
# See more description here: https://blog.freakydu.de/posts/2022-10-01-klipper_with_artillery_sidewinderx2/
|
||||||
# See docs/Config_Reference.md for a description of parameters.
|
# See docs/Config_Reference.md for a description of parameters.
|
||||||
|
|
||||||
[include adxl345.cfg]
|
# Inpput shaper auto-calibration:
|
||||||
|
# accelerometer configuration
|
||||||
|
#[include adxl345.cfg]
|
||||||
|
|
||||||
[include macros.cfg]
|
[include macros.cfg]
|
||||||
|
|
||||||
@@ -85,7 +87,9 @@ sensor_pin: PC0
|
|||||||
#pid_kd = 96.218
|
#pid_kd = 96.218
|
||||||
min_temp: 0
|
min_temp: 0
|
||||||
max_temp: 255
|
max_temp: 255
|
||||||
pressure_advance: 0.11375
|
#pressure_advance: 0.11375
|
||||||
|
pressure_advance: 0.0654 # Calculated on 5/03/24 - Geeetech White PLA - 200°c
|
||||||
|
max_extrude_only_distance: 101
|
||||||
|
|
||||||
[bltouch]
|
[bltouch]
|
||||||
sensor_pin: PC2
|
sensor_pin: PC2
|
||||||
@@ -188,6 +192,9 @@ switch_pin: PA0 # the z-endstop pin
|
|||||||
# Support for M117 gcode (message display)
|
# Support for M117 gcode (message display)
|
||||||
[display_status]
|
[display_status]
|
||||||
|
|
||||||
|
# Enable the "M118" and "RESPOND" extended commands.
|
||||||
|
[respond]
|
||||||
|
|
||||||
# Support for gcode arc (G2/G3) commands.
|
# Support for gcode arc (G2/G3) commands.
|
||||||
[gcode_arcs]
|
[gcode_arcs]
|
||||||
#resolution: 1.0
|
#resolution: 1.0
|
||||||
@@ -233,3 +240,7 @@ switch_pin: PA0 # the z-endstop pin
|
|||||||
#*# pid_kp = 38.998
|
#*# pid_kp = 38.998
|
||||||
#*# pid_ki = 0.341
|
#*# pid_ki = 0.341
|
||||||
#*# pid_kd = 1114.359
|
#*# pid_kd = 1114.359
|
||||||
|
#*#
|
||||||
|
#*# [input_shaper]
|
||||||
|
#*# shaper_type_x = mzv
|
||||||
|
#*# shaper_freq_x = 49.4
|
||||||
|
|||||||
Reference in New Issue
Block a user