v2.4: update printer, use klicky-probe

This commit is contained in:
Konstantin Koslowski 2021-10-27 11:58:25 +02:00
parent b96a32f1a3
commit 97a84b3338
2 changed files with 691 additions and 30 deletions

View file

@ -34,15 +34,16 @@ serial: /dev/serial/by-id/usb-Klipper_stm32f446xx_1E0030000E5053424E363620-if00
[printer]
kinematics: corexy
max_velocity: 300
## regular
max_accel: 3000 # Max 4000
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
##
max_z_velocity: 30 # Max 15 for 12V TMC Drivers, can increase for 24V
max_z_accel: 500
square_corner_velocity: 5.0
#####################################################################
@ -55,6 +56,7 @@ square_corner_velocity: 5.0
[include fans.cfg]
[include input_shaper.cfg]
# [include resonance_test.cfg]
[include klicky-probe.cfg]
#####################################################################
@ -270,9 +272,8 @@ max_temp: 120
#####################################################################
[probe]
## Inductive Probe
## This probe is not used for Z height, only Quad Gantry Leveling
pin: ~PB7
## Microswitch probe
pin: ^PG11
x_offset: 0
y_offset: 25.0
#z_offset: 0
@ -280,7 +281,7 @@ speed: 10.0
samples: 3
samples_result: median
sample_retract_dist: 3.0
samples_tolerance: 0.006
samples_tolerance: 0.01
samples_tolerance_retries: 3
@ -289,7 +290,7 @@ samples_tolerance_retries: 3
#####################################################################
[filament_switch_sensor filament_switch]
switch_pin: ^!PG11
switch_pin: ^!PG12
pause_on_runout: True
# runout_gcode is executed after pause_on_runout
runout_gcode:
@ -310,7 +311,7 @@ beta: 3950
[temperature_sensor chamber]
sensor_type: chamber_temp
sensor_type: chamber
sensor_pin: PF5
min_temp: 0
max_temp: 100
@ -324,12 +325,13 @@ max_temp: 100
[idle_timeout]
timeout: 1800
[safe_z_home]
## XY Location of the Z Endstop Switch
home_xy_position: 208, 305
speed: 100
z_hop: 10
z_hop_speed: 25
## replaced with homing_override in klicky-probe.cfg
# [safe_z_home]
# ## XY Location of the Z Endstop Switch
# home_xy_position: 208, 305
# speed: 100
# z_hop: 10
# z_hop_speed: 25
[bed_mesh]
speed: 500
@ -338,8 +340,9 @@ mesh_min: 40,60
mesh_max: 260,280
fade_start: 0.6
fade_end: 10
probe_count: 9,9
probe_count: 5,5
algorithm: bicubic
# relative_reference_index = ((x points * y points) - 1) / 2
relative_reference_index: 12
[quad_gantry_level]
@ -376,28 +379,24 @@ max_adjust: 10
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# -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
#*# -0.002500, -0.015000, -0.002500, -0.005000, -0.045000
#*# -0.000000, -0.012500, 0.002500, -0.005000, -0.040000
#*# -0.002500, 0.002500, 0.000000, 0.012500, -0.032500
#*# -0.012500, -0.007500, 0.025000, 0.017500, 0.000000
#*# 0.057500, 0.072500, 0.042500, 0.075000, 0.027500
#*# tension = 0.2
#*# min_x = 40.0
#*# algo = bicubic
#*# y_count = 9
#*# y_count = 5
#*# mesh_y_pps = 2
#*# min_y = 60.0
#*# x_count = 9
#*# x_count = 5
#*# max_y = 280.0
#*# mesh_x_pps = 2
#*# max_x = 260.0
#*#
#*# [stepper_z]
#*# position_endstop = 0.597
#*# position_endstop = 0.817
#*#
#*# [probe]
#*# z_offset = 1.890
#*# z_offset = 7.660