-
Notifications
You must be signed in to change notification settings - Fork 0
/
printer.cfg
93 lines (61 loc) · 2.28 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
[include fluidd.cfg]
#####################################################################
# Macros
#####################################################################
[include custom/macros/_macros.cfg]
#####################################################################
# Base Printer / MCU
#####################################################################
[include custom/mcu.cfg]
[include custom/rpi.cfg]
[include custom/tune.cfg]
#####################################################################
# X/Y Stepper Settings
#####################################################################
[include custom/steppers.cfg]
#####################################################################
# Extruder
#####################################################################
[include custom/extruder.cfg]
#####################################################################
# Bed Heater
#####################################################################
[include custom/bed.cfg]
#####################################################################
# Probe
#####################################################################
[include custom/probe.cfg]
#####################################################################
# Fan Control
#####################################################################
[include custom/fans.cfg]
#####################################################################
# LED Control
#####################################################################
[include custom/case_lights.cfg]
#####################################################################
# Displays
#####################################################################
[include custom/display/_display.cfg]
#####################################################################
# Sensors
#####################################################################
[include custom/sensors.cfg]
###
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*#
#*# [extruder]
#*# control = pid
#*# pid_kp = 28.379
#*# pid_ki = 1.564
#*# pid_kd = 128.769
#*#
#*# [stepper_z]
#*# position_endstop = 1.570
#*#
#*# [heater_bed]
#*# control = pid
#*# pid_kp = 38.768
#*# pid_ki = 1.485
#*# pid_kd = 252.961