Compare commits
2 Commits
aed8e15229
...
08e374290b
| Author | SHA1 | Date | |
|---|---|---|---|
| 08e374290b | |||
| e61fb482c3 |
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user