Merge branch 'master' into personal

This commit is contained in:
Bassam Husain
2024-02-21 02:58:43 -05:00
7 changed files with 1093 additions and 121 deletions

View File

@@ -150,8 +150,8 @@ z_hop_speed: 15
[bed_mesh]
speed: 175
mesh_min: 27, 6
mesh_max: 222, 203
mesh_min: 27, 6 # probe as close to origin as possible while remaining fully on the bed
mesh_max: 222, 203 # (x.position_max - 1), (y.position_max - abs(y_offset)) ; probe as far as possible from the origin while remaining fully on the bed
probe_count: 5,5
algorithm: bicubic
fade_start: 1
@@ -159,8 +159,8 @@ fade_end: 10
fade_target: 0
[axis_twist_compensation]
calibrate_start_x: 27
calibrate_end_x: 195
calibrate_start_x: 27 # probe x coor at furthest left ; abs(x_offset)
calibrate_end_x: 195 # probe x coor at furthest right ; (x.position_max - abs(x_offset) - 1)
calibrate_y: 115
#####################################################################