v2.4: add resonance testing, host temperature, update calibration values

This commit is contained in:
Konstantin Koslowski 2021-10-18 16:43:57 +02:00
parent bbe58d0642
commit ac03c17a81
3 changed files with 113 additions and 12 deletions

View file

@ -30,6 +30,7 @@ serial: /dev/serial/by-id/usb-Klipper_stm32f446xx_1E0030000E5053424E363620-if00
#restart_method: command
##--------------------------------------------------------------------
[printer]
kinematics: corexy
max_velocity: 300
@ -38,6 +39,10 @@ max_accel_to_decel: 1500 # default half of max_accel
max_z_velocity: 30 # Max 15 for 12V TMC Drivers, can increase for 24V
max_z_accel: 500
square_corner_velocity: 5.0
## input_shaper
# max_accel: 7000
# max_accel_to_decel: 3500
# max_z_accel: 7000
#####################################################################
@ -48,6 +53,8 @@ square_corner_velocity: 5.0
[include macros.cfg]
[include neopixel.cfg]
[include fans.cfg]
[include input_shaper.cfg]
# [include resonance_test.cfg]
#####################################################################
@ -268,7 +275,7 @@ max_temp: 120
pin: ~PB7
x_offset: 0
y_offset: 25.0
z_offset: 0
#z_offset: 0
speed: 10.0
samples: 3
samples_result: median
@ -296,19 +303,24 @@ insert_gcode:
#####################################################################
# Enclosure Temp Sensor Section
#####################################################################
[thermistor chamber_temp]
[thermistor chamber]
temperature1: 25
resistance1: 10000
beta: 3950
[temperature_sensor enclosure_temp]
[temperature_sensor chamber]
sensor_type: chamber_temp
sensor_pin: PF5
min_temp: 0
max_temp: 100
gcode_id: C
[temperature_sensor rpi]
sensor_type: temperature_host
min_temp: 0
max_temp: 100
[idle_timeout]
timeout: 1800
@ -326,7 +338,7 @@ mesh_min: 40,60
mesh_max: 260,280
fade_start: 0.6
fade_end: 10
probe_count: 5,5
probe_count: 9,9
algorithm: bicubic
relative_reference_index: 12
@ -364,21 +376,28 @@ max_adjust: 10
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# 0.005000, 0.050000, 0.017500, 0.007500, 0.002500
#*# -0.005000, 0.037500, -0.005000, -0.015000, -0.027500
#*# -0.015000, 0.030000, 0.000000, -0.010000, -0.027500
#*# 0.010000, 0.060000, 0.027500, 0.015000, -0.015000
#*# 0.065000, 0.112500, 0.077500, 0.072500, 0.047500
#*# -0.032500, -0.010000, 0.017500, 0.002500, -0.017500, 0.012500, -0.025000, 0.020000, -0.020000
#*# -0.040000, -0.020000, 0.000000, -0.012500, -0.037500, 0.000000, -0.040000, 0.007500, -0.030000
#*# -0.045000, -0.025000, 0.000000, -0.012500, -0.035000, -0.002500, -0.040000, 0.000000, -0.042500
#*# -0.065000, -0.045000, -0.020000, -0.032500, -0.057500, -0.022500, -0.067500, -0.020000, -0.057500
#*# -0.052500, -0.032500, -0.010000, -0.020000, -0.042500, -0.007500, -0.050000, -0.010000, -0.060000
#*# -0.045000, -0.022500, -0.005000, -0.017500, -0.040000, -0.010000, -0.047500, -0.005000, -0.047500
#*# -0.042500, -0.025000, 0.000000, -0.015000, -0.035000, -0.002500, -0.040000, 0.000000, -0.047500
#*# -0.027500, -0.015000, 0.010000, -0.012500, -0.032500, 0.000000, -0.035000, 0.005000, -0.035000
#*# -0.005000, 0.012500, 0.045000, 0.025000, 0.005000, 0.040000, 0.002500, 0.042500, -0.007500
#*# tension = 0.2
#*# min_x = 40.0
#*# algo = bicubic
#*# y_count = 5
#*# y_count = 9
#*# mesh_y_pps = 2
#*# min_y = 60.0
#*# x_count = 5
#*# x_count = 9
#*# max_y = 280.0
#*# mesh_x_pps = 2
#*# max_x = 260.0
#*#
#*# [stepper_z]
#*# position_endstop = 0.907
#*# position_endstop = 0.597
#*#
#*# [probe]
#*# z_offset = 1.890