-
Notifications
You must be signed in to change notification settings - Fork 0
/
printer.cfg
53 lines (50 loc) · 1.4 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
## Voron 2.4 #1299 Configuration
[include ./config/printer.cfg]
#---
[include ./config/hardware/*.cfg]
[include ./config/hardware/fans/*.cfg]
[include ./config/hardware/leds/*.cfg]
[include ./config/hardware/sensors/*.cfg]
[include ./config/hardware/stepper/*.cfg]
#---
[include ./config/macros/*.cfg]
[include ./config/macros/led_effects/*.cfg]
[include ./config/macros/klicky_probe/klicky-variables.cfg]
[include ./config/macros/klicky_probe/klicky-macros.cfg]
[include ./config/macros/klicky_probe/klicky-bed-mesh-calibrate.cfg]
[include ./config/macros/klicky_probe/klicky-quad-gantry-level.cfg]
[include ./config/macros/klicky_probe/klicky-z-calibration.cfg]
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*#
#*# [heater_bed]
#*# control = pid
#*# pid_kp = 39.157
#*# pid_ki = 1.325
#*# pid_kd = 289.273
#*#
#*# [extruder]
#*# control = pid
#*# pid_kp = 25.533
#*# pid_ki = 2.182
#*# pid_kd = 74.685
#*#
#*# [probe]
#*# z_offset = 7.400
#*#
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# -0.002500, 0.027500, 0.037500, 0.040000, -0.012500
#*# 0.010000, -0.000000, 0.002500, 0.012500, -0.015000
#*# 0.010000, 0.005000, 0.000000, 0.012500, 0.000000
#*# tension = 0.2
#*# min_x = 35.0
#*# algo = bicubic
#*# y_count = 3
#*# mesh_y_pps = 2
#*# min_y = 35.0
#*# x_count = 5
#*# max_y = 240.0
#*# mesh_x_pps = 2
#*# max_x = 280.0