-
Notifications
You must be signed in to change notification settings - Fork 3
/
bed_qd2.cfg
70 lines (66 loc) · 1.48 KB
/
bed_qd2.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
##################################################
############ BED CONFIGURATION ###########
##################################################
[heater_bed]
heater_pin: PA1
sensor_pin: PF4
sensor_type: EPCOS 100K B57560G104F
control = pid
pid_kp = 45.637
pid_ki = 1.681
pid_kd = 309.759
max_power: 0.8
pwm_cycle_time: 0.0166
min_temp: 0
max_temp: 150
#####################################################################
# Probe QD2
#####################################################################
[probe]
pin: PG15
x_offset: 2
y_offset: 15
z_offset = 5.200
speed: 10
samples: 3
sample_retract_dist: 5
lift_speed: 20
samples_result: median
samples_tolerance: 0.02
samples_tolerance_retries: 5
#####################################################################
# Bed Mesh Calibrate
#####################################################################
[bed_mesh]
speed: 300
horizontal_move_z: 12
mesh_min: 10, 20 ##QD2
mesh_max: 280, 280 ##QD2
mesh_pps: 3,3
probe_count: 5,5 ##QD2
algorithm: bicubic
relative_reference_index: 8
bicubic_tension: 0.2
fade_start: 1
fade_end: 10
fade_target: 0
split_delta_z: .025
move_check_distance: 5
#####################################################################
# Bed Z Tilt
#####################################################################
[z_tilt]
z_positions: #Nozzle to GE5C
-65, -20
143, 355
350, -20
points:
2, 2
2, 230
255, 230
255, 2
speed: 300
horizontal_move_z: 15
retries: 30
retry_tolerance: 0.065
#retry_tolerance: 0.005