-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprinter.cfg
58 lines (47 loc) · 2.04 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
## Voron Switchwire
# Inspiration from /u/VonThing & Floris Remmen
# Uses multiple config files.
#####################################################################
# Machine definitions
#####################################################################
[include machine.cfg]
[include pi.cfg]
#####################################################################
# Bed/Gantry Leveling Probe
#####################################################################
[include probe.cfg]
#####################################################################
# Macros
#####################################################################
[include macros.d/*.cfg]
#####################################################################
# Homing Routines
#####################################################################
[include homing.cfg]
#####################################################################
# Bed Mesh
#####################################################################
[include bed_mesh.cfg]
#####################################################################
# Calibration
#####################################################################
;[include input_shaper.cfg]
#####################################################################
# Display
#####################################################################
[include display.cfg]
#####################################################################
# Idle/Timeout Routine
#####################################################################
[include idle_timeout.cfg]
#####################################################################
# Moonraker + Webclient
#####################################################################
[include webclient.cfg]
#####################################################################
# Other
#####################################################################
[include other.cfg]
[include exclude_object.cfg]
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.