forked from simeonpashley/klipper_config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbed.cfg
55 lines (50 loc) · 1.28 KB
/
bed.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[bed_mesh]
; compensate real coords for bltouch offset
speed: 120
horizontal_move_z: 5
mesh_min: 30,30
mesh_max: 195,195
probe_count: 5,5
algorithm: bicubic
fade_start: 0.6
fade_end: 10
fade_target: 0
; relative_reference_index = ()(x points * y points) - 1) / 2
relative_reference_index: 12
[bed_screws]
screw1: 30,30
screw1_name: front left screw
screw2: 30,205
screw2_name: rear left screw
screw3: 195,205
screw3_name: rear right screw
screw4: 195,35
screw4_name: front right screw
[screws_tilt_adjust]
screw1: 75,205
screw1_name: rear left screw
screw2: 75,35
screw2_name: front left screw
screw3: 245,205
screw3_name: rear right screw
screw4: 245,35
screw4_name: front right screw
horizontal_move_z: 5
speed: 50
screw_thread: CW-M4
[z_tilt]
# Ender screw edge offsets are 35,35
# z_positions = IRL position of the stepper itself, in nozzle coords so will be off the bed at the back
# points = probe locations = nozzle + probe offset
# stepper X are 30mm off bed edge left & right
# stepper Y is 80 off the back when nozzle at Y=230 = 230+80
z_positions:
-30, 310 ##Stepper Location Z0, as if the nozzle were in the screw
265, 310 ##Stepper Location Z1, as if the nozzle were in the screw
points:
73, 117
238, 117
speed: 200
horizontal_move_z: 8
retries: 20
retry_tolerance: 0.01