Deleted default mesh.

This commit is contained in:
Bassam Husain
2023-01-30 06:57:37 -05:00
parent 22b73d9858
commit bd2303089b
2 changed files with 2 additions and 21 deletions

View File

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

View File

@@ -193,23 +193,4 @@ switch_pin: PA4
#*# pid_kd = 945.503 #*# pid_kd = 945.503
#*# #*#
#*# [probe] #*# [probe]
#*# z_offset = 1.498 #*# z_offset = 1.360
#*#
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# 0.018750, 0.032500, 0.055000, 0.035000, -0.023750
#*# -0.058750, -0.046250, -0.012500, -0.007500, -0.066250
#*# -0.093750, -0.087500, -0.080000, -0.048750, -0.073750
#*# -0.070000, -0.061250, -0.060000, -0.068750, -0.111250
#*# -0.003750, 0.037500, 0.031250, -0.007500, -0.057500
#*# 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