-
Notifications
You must be signed in to change notification settings - Fork 1
/
printer.cfg
68 lines (62 loc) · 2.06 KB
/
printer.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
#[include mmu/base/*.cfg]
[include machine.cfg]
[include hardware/xyz.cfg]
[include hardware/extruder.cfg]
[include hardware/bed.cfg]
[include hardware/probe.cfg]
[include hardware/fans.cfg]
[include hardware/filters.cfg]
[include hardware/sensors.cfg]
[include hardware/lighting.cfg]
[include hardware/adxl345.cfg]
[include variables.cfg]
[include scripts/*.cfg]
[include macros/base/*.cfg]
[include macros/calibration/*.cfg]
[include macros/hardware_functions/*.cfg]
[include macros/helpers/*.cfg]
[include macros/miscs/*.cfg]
# z_offset = -0.425 | 0.28
# z_offset = -0.410 | 0.25
# z_offset = -0.385 | 0.24
# z_offset = -0.380 | 0.23
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*#
#*# [probe]
#*# z_offset = -0.370
#*#
#*# [heater_bed]
#*# control = pid
#*# pid_kp = 63.005
#*# pid_ki = 2.561
#*# pid_kd = 387.482
#*#
#*# [extruder]
#*# control = pid
#*# pid_kp = 23.601
#*# pid_ki = 2.155
#*# pid_kd = 64.612
#*#
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# 0.065950, 0.101575, 0.107825, 0.127825, 0.128450, 0.129075, 0.131575, 0.108450, 0.073450
#*# 0.042200, 0.063450, 0.078450, 0.099075, 0.107200, 0.108450, 0.086575, 0.086575, 0.040950
#*# 0.040325, 0.104700, 0.100325, 0.082200, 0.069700, 0.084700, 0.069700, 0.059700, 0.030950
#*# 0.036575, 0.042200, 0.067200, 0.059075, 0.059075, 0.062200, 0.052825, 0.055950, 0.027825
#*# 0.002825, 0.045950, 0.065950, 0.065950, 0.046575, 0.051575, 0.046575, 0.066575, 0.006575
#*# 0.002825, 0.040950, 0.065950, 0.065950, 0.050950, 0.054700, 0.059075, 0.040950, 0.024075
#*# 0.025950, 0.040950, 0.094075, 0.060325, 0.078450, 0.080325, 0.060325, 0.052200, 0.026575
#*# 0.054075, 0.067200, 0.084700, 0.070325, 0.107200, 0.100950, 0.071575, 0.044075, 0.033450
#*# 0.075325, 0.090950, 0.114075, 0.134700, 0.139700, 0.127825, 0.145950, 0.109075, 0.079700
#*# x_count = 9
#*# y_count = 9
#*# mesh_x_pps = 2
#*# mesh_y_pps = 2
#*# algo = bicubic
#*# tension = 0.2
#*# min_x = 25.0
#*# max_x = 275.0
#*# min_y = 25.0
#*# max_y = 275.0