ASWX2 - Update Pressure Advance (PA) settings
This commit is contained in:
@@ -10,7 +10,9 @@
|
||||
# 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.
|
||||
|
||||
[include adxl345.cfg]
|
||||
# Inpput shaper auto-calibration:
|
||||
# accelerometer configuration
|
||||
#[include adxl345.cfg]
|
||||
|
||||
[include macros.cfg]
|
||||
|
||||
@@ -85,7 +87,9 @@ sensor_pin: PC0
|
||||
#pid_kd = 96.218
|
||||
min_temp: 0
|
||||
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]
|
||||
sensor_pin: PC2
|
||||
@@ -188,6 +192,9 @@ switch_pin: PA0 # the z-endstop pin
|
||||
# Support for M117 gcode (message display)
|
||||
[display_status]
|
||||
|
||||
# Enable the "M118" and "RESPOND" extended commands.
|
||||
[respond]
|
||||
|
||||
# Support for gcode arc (G2/G3) commands.
|
||||
[gcode_arcs]
|
||||
#resolution: 1.0
|
||||
@@ -206,11 +213,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 +240,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.4
|
||||
|
||||
Reference in New Issue
Block a user