Automatic backup: 2025-12-02_20:00:01

This commit is contained in:
prusa-automated
2025-12-02 20:00:01 +02:00
parent fc33593538
commit 218319a2a8
3 changed files with 454 additions and 4 deletions

View File

@@ -179,6 +179,17 @@ gcode:
# Display info
SET_DISPLAY_TEXT MSG="Print done"
# Added by: mikidep
# It seems that the default bed mesh calibration gets messy on the high X high Y
# corner, my hypothesis is that it's due to the probe losing accuracy near the
# edge of the plate. So I'm limiting the probing area.
[bed_mesh]
speed: 120
mesh_min: 35, 6
mesh_max: 180, 180
probe_count: 5, 5
[exclude_object]
@@ -194,14 +205,14 @@ gcode:
#*# pid_kd = 127.106
#*#
#*# [probe]
#*# z_offset = 1.100
#*# z_offset = 2.150
#*#
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# 0.330000, 0.054444, -0.110417
#*# 0.293333, 0.075000, -0.087500
#*# 0.270000, 0.110833, -0.005000
#*# -0.200000, -0.095000, -0.016667
#*# -0.132222, -0.108333, 0.049167
#*# -0.113333, -0.058333, 0.140000
#*# x_count = 3
#*# y_count = 3
#*# mesh_x_pps = 3