From 27ed04925d44db90be583a7837e9414cbe1cabff Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Thu, 26 Jan 2023 13:21:24 -0500 Subject: [PATCH] Adjusted bed_mesh. --- printer.cfg | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/printer.cfg b/printer.cfg index 2f14534..dcfa9a0 100644 --- a/printer.cfg +++ b/printer.cfg @@ -154,7 +154,7 @@ speed: 120 # mesh_max: 193, 203 mesh_min: 28, 4 mesh_max: 223, 203 -probe_count: 3,3 +probe_count: 5,5 algorithm: bicubic fade_start: 1 fade_end: 10 @@ -192,16 +192,18 @@ click_pin: ^!PB2 #*# [bed_mesh default] #*# version = 1 #*# points = -#*# -0.222500, -0.223125, -0.115625 -#*# -0.201250, -0.080000, -0.111250 -#*# -0.371875, -0.149375, -0.095625 -#*# x_count = 3 -#*# y_count = 3 +#*# -0.193125, -0.180000, -0.163750, -0.181875, -0.109375 +#*# -0.191250, -0.145625, -0.111875, -0.121250, -0.142500 +#*# -0.195000, -0.115000, -0.082500, -0.085625, -0.109375 +#*# -0.271875, -0.168750, -0.085625, -0.077500, -0.081250 +#*# -0.365000, -0.242500, -0.142500, -0.106875, -0.087500 +#*# x_count = 5 +#*# y_count = 5 #*# mesh_x_pps = 2 #*# mesh_y_pps = 2 #*# algo = bicubic #*# tension = 0.2 #*# min_x = 28.0 #*# max_x = 223.0 -#*# min_y = 3.0 +#*# min_y = 4.0 #*# max_y = 203.0