Created default mesh, adjusted z_offset.

This commit is contained in:
Bassam Husain
2023-01-30 09:20:52 -05:00
parent 8ffdd59eac
commit 2d94eca951
2 changed files with 21 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ gcode:
M109 S{hotendtemp} ; set & wait for hotend temp
# <insert your routines here>
G28 Z ; final z homing
# BED_MESH_PROFILE LOAD=default
BED_MESH_PROFILE LOAD=default
G1 Z20 F3000 ; move nozzle away from bed
[gcode_macro PRINT_END]

View File

@@ -193,4 +193,23 @@ switch_pin: PA4
#*# pid_kd = 945.503
#*#
#*# [probe]
#*# z_offset = 1.680
#*# z_offset = 1.605
#*#
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# -0.281250, -0.177500, -0.125000, -0.164375, -0.264375
#*# -0.272500, -0.155000, -0.080000, -0.099375, -0.188125
#*# -0.297500, -0.148750, -0.056875, -0.055625, -0.110625
#*# -0.378125, -0.209375, -0.085625, -0.063125, -0.091250
#*# -0.469375, -0.248125, -0.100625, -0.051250, -0.050625
#*# x_count = 5
#*# y_count = 5
#*# mesh_x_pps = 2
#*# mesh_y_pps = 2
#*# algo = bicubic
#*# tension = 0.2
#*# min_x = 27.0
#*# max_x = 222.0
#*# min_y = 5.0
#*# max_y = 203.0