Compare commits

...

2 Commits

Author SHA1 Message Date
08e374290b New backup from 14/07/24 - 19:59:38 2024-07-14 19:59:38 +05:00
e61fb482c3 New backup from 05/06/24 - 23:20:32 2024-06-05 23:20:32 +05:00
2 changed files with 29 additions and 11 deletions

View File

@@ -90,6 +90,7 @@ gcode:
# Home the printer
G28
# Move the nozzle near the bed
BED_MESH_PROFILE LOAD=default
G1 Z5 F3000
# Move the nozzle very close to the bed
G1 Z0.15 F300

View File

@@ -27,16 +27,16 @@ serial: /dev/ttySteel
; G28 Z
; G1 Z5
#[bed_mesh]
#speed: 80
#horizontal_move_z: 5
#mesh_min: 15,15
#mesh_max: 180,180
#probe_count: 3, 3
#mesh_pps: 2, 2
#fade_start: 1
#fade_end: 10
#fade_target: 0
[bed_mesh]
speed: 60
horizontal_move_z: 5
mesh_min: 15,15
mesh_max: 180,180
probe_count: 3, 3
mesh_pps: 2, 2
fade_start: 1
fade_end: 10
fade_target: 0
[bed_screws]
screw1: 15,10
@@ -160,4 +160,21 @@ aliases:
#*# pid_kd = 101.153
#*#
#*# [stepper_z]
#*# position_endstop = 0.030
#*# position_endstop = 4.180
#*#
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# 0.410000, 0.500000, 0.390000
#*# 0.380000, 0.360000, 0.190000
#*# 0.330000, 0.410000, 0.320000
#*# x_count = 3
#*# y_count = 3
#*# mesh_x_pps = 2
#*# mesh_y_pps = 2
#*# algo = lagrange
#*# tension = 0.2
#*# min_x = 15.0
#*# max_x = 180.0
#*# min_y = 15.0
#*# max_y = 180.0