-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprinter.cfg
More file actions
105 lines (81 loc) · 3.58 KB
/
printer.cfg
File metadata and controls
105 lines (81 loc) · 3.58 KB
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
94
95
96
97
98
99
100
101
102
103
104
105
#####################################################################
# Basic printer configuration (required)
#####################################################################
[include printer/printer.cfg]
#####################################################################
# Kinematics (required, pick one)
#####################################################################
[include printer/kinematics-cartesian.cfg]
# [include printer/kinematics-cartesian-probe.cfg]
# [include printer/kinematics-cartesian-bltouch.cfg]
# [include printer/kinematics-delta.cfg]
# [include printer/kinematics-none.cfg]
#####################################################################
# Extruders (optional, pick one)
#####################################################################
[include printer/extruder-single.cfg]
# [include printer/extruder-dual.cfg]
# [include printer/extruder-dual-stepper.cfg]
#####################################################################
# Heater bed (optional)
#####################################################################
[include printer/heater_bed.cfg]
#####################################################################
# exclude objects (optional)
#####################################################################
[exclude_object]
#####################################################################
# Macros (recommended)
#####################################################################
[include printer/macros.cfg]
#####################################################################
# _CLIENT_LINEAR_MOVE macro (optional)
#####################################################################
[include printer/macros-client-linear-move.cfg]
#####################################################################
# SET_PAUSE_NEXT_LAYER and SET_PAUSE_AT_LAYER macros (optional)
#####################################################################
[include printer/macros-pause-at-layer.cfg]
#####################################################################
# LOAD_FILAMENT and UNLOAD_FILAMENT macros (optional)
#####################################################################
# [include printer/macros-load-unload-filament.cfg]
#####################################################################
# Tx tool change macros (optional)
#####################################################################
# [include printer/macros-tool-change.cfg]
#####################################################################
# moonraker-timelapse support (optional)
#####################################################################
# [include printer/timelapse.cfg]
#####################################################################
# gcode_shell_command example (optional)
#####################################################################
# [include printer/shell_command.cfg]
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*#
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# 0.015000, -0.010000, -0.010000, 0.007500, -0.002500
#*# 0.010000, -0.017500, -0.005000, 0.027500, 0.025000
#*# 0.012500, -0.020000, 0.000000, 0.032500, 0.047500
#*# 0.010000, -0.012500, 0.005000, 0.037500, 0.060000
#*# 0.012500, -0.015000, 0.000000, 0.025000, 0.055000
#*# tension = 0.2
#*# min_x = 20.0
#*# algo = bicubic
#*# y_count = 5
#*# mesh_y_pps = 2
#*# min_y = 20.0
#*# x_count = 5
#*# max_y = 190.0
#*# mesh_x_pps = 2
#*# max_x = 210.0
#*#
#*# [input_shaper]
#*# shaper_type_x = ei
#*# shaper_freq_x = 71.6
#*# shaper_type_y = mzv
#*# shaper_freq_y = 42.8