added fan +bed level

This commit is contained in:
2022-11-17 20:53:55 +01:00
parent 1a4298d7c7
commit a6e4c1e308
5 changed files with 106 additions and 6 deletions

View File

@@ -10,6 +10,7 @@
serial: /dev/serial/by-id/usb-Arduino__www.arduino.cc__0042_8543034383735181D1B1-if00
[include UM2_v2.1.cfg]
[include bigtreetech-ebb-canbus-v1.2.cfg]
[printer]
kinematics: cartesian
@@ -34,7 +35,12 @@ screw3: 220, 20
screw3_name: "front right screw"
horizontal_move_z: 5
[include bigtreetech-ebb-canbus-v1.2.cfg]
[bed_mesh]
speed: 120
horizontal_move_z: 5
mesh_min: 15, 50
mesh_max: 190, 200
probe_count: 5, 3
[filament_motion_sensor runout]
# The minimum length of filament pulled through the sensor to trigger
@@ -69,3 +75,20 @@ switch_pin: ^!PB7
#*# position_endstop = 207.280
#*#
#*# [extruder]
#*#
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# 0.725000, 0.715000, 0.660000, 0.610000, 0.570000
#*# 0.660000, 0.650000, 0.600000, 0.575000, 0.485000
#*# 0.695000, 0.650000, 0.605000, 0.585000, 0.495000
#*# x_count = 5
#*# y_count = 3
#*# mesh_x_pps = 2
#*# mesh_y_pps = 2
#*# algo = lagrange
#*# tension = 0.2
#*# min_x = 15.0
#*# max_x = 190.0
#*# min_y = 50.0
#*# max_y = 200.0