-
Notifications
You must be signed in to change notification settings - Fork 1
/
printer.cfg
161 lines (137 loc) · 4.03 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
# This file contains common pin mappings for the Fysetc Spider board.
# To use this config, the firmware should be compiled for the STM32F446.
# When calling "menuconfig", enable "extra low-level configuration setup"
# and select the "12MHz crystal" as clock reference
# For flashing, write the compiled klipper.bin to memory location 0x08000000
# See docs/Config_Reference.md for a description of parameters.
## Voron Design VORON2.4 350mm "Spider" w/ TMC2209 UART config
[mcu]
serial: /dev/ttyAMA0
restart_method: command
[mcu rpi]
serial: /tmp/klipper_host_mcu
[adxl345]
cs_pin: rpi:None
[resonance_tester]
accel_chip: adxl345
probe_points:
175,175,20
[input_shaper]
shaper_freq_x: 26.6
shaper_type_x: mzv
shaper_freq_y: 27.2
shaper_type_y: mzv
[printer]
kinematics: corexy
max_velocity: 300
max_accel: 2100
max_z_velocity: 15
max_z_accel: 350
square_corner_velocity: 5.0
[idle_timeout]
timeout: 1800
gcode:
TURN_OFF_HEATERS
M84
LIGHTS_OUT_TIME
[pause_resume]
recover_velocity: 300.0
# Support for gcode arc (G2/G3) commands.
[gcode_arcs]
resolution: 1.0
[include client.cfg]
[include nozzle_scrub.cfg]
[include macros.cfg]
[include steppers.cfg]
[include bed_homing.cfg]
[include probe.cfg]
[include fans.cfg]
[include led.cfg]
[include ercf_hardware.cfg]
[include ercf_macros.cfg]
## Thermistor Types
## "EPCOS 100K B57560G104F"
## "ATC Semitec 104GT-2"
## "NTC 100K beta 3950"
## "Honeywell 100K 135-104LAG-J01"
## "NTC 100K MGB18-104F39050L32" (Keenovo Heater Pad)
## "AD595"
## "PT100 INA826"
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*#
#*# [extruder]
#*# control = pid
#*# pid_kp = 19.303
#*# pid_ki = 0.864
#*# pid_kd = 107.853
#*#
#*# [heater_bed]
#*# control = pid
#*# pid_kp = 40.272
#*# pid_ki = 1.459
#*# pid_kd = 277.878
#*#
#*# [stepper_z]
#*# position_endstop = 0.076
#*#
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# -0.017500, 0.010000, 0.005000, -0.007500, -0.012500
#*# -0.045000, -0.042500, 0.032500, -0.037500, -0.025000
#*# -0.067500, -0.037500, 0.000000, -0.050000, -0.017500
#*# -0.045000, -0.022500, -0.022500, -0.042500, -0.022500
#*# 0.007500, 0.035000, -0.017500, -0.035000, -0.012500
#*# tension = 0.2
#*# min_x = 25.0
#*# algo = bicubic
#*# y_count = 5
#*# mesh_y_pps = 3
#*# min_y = 25.0
#*# x_count = 5
#*# max_y = 315.0
#*# mesh_x_pps = 3
#*# max_x = 325.0
#*#
#*# [bed_mesh 100]
#*# version = 1
#*# points =
#*# -0.215000, -0.152500, -0.192500, -0.242500, -0.290000, -0.347500, -0.380000, -0.430000, -0.510000
#*# -0.097500, -0.007500, -0.025000, -0.037500, -0.045000, -0.060000, -0.050000, -0.047500, -0.085000
#*# -0.085000, 0.012500, -0.007500, -0.020000, -0.027500, -0.042500, -0.032500, -0.035000, -0.067500
#*# -0.065000, 0.017500, -0.000000, -0.012500, -0.027500, -0.045000, -0.035000, -0.035000, -0.062500
#*# -0.037500, 0.057500, 0.035000, 0.017500, 0.000000, -0.017500, -0.020000, -0.025000, -0.062500
#*# -0.012500, 0.080000, 0.052500, 0.030000, 0.005000, -0.022500, -0.020000, -0.025000, -0.060000
#*# 0.022500, 0.130000, 0.090000, 0.065000, 0.037500, 0.002500, -0.002500, -0.015000, -0.055000
#*# 0.067500, 0.160000, 0.127500, 0.087500, 0.077500, 0.017500, 0.007500, -0.007500, -0.035000
#*# 0.117500, 0.222500, 0.190000, 0.147500, 0.112500, 0.057500, 0.045000, 0.022500, -0.020000
#*# tension = 0.2
#*# min_x = 25.0
#*# algo = bicubic
#*# y_count = 9
#*# mesh_y_pps = 2
#*# min_y = 25.0
#*# x_count = 9
#*# max_y = 315.0
#*# mesh_x_pps = 2
#*# max_x = 325.0
#*#
#*# [bed_mesh hot]
#*# version = 1
#*# points =
#*# -0.017500, 0.010000, 0.005000, -0.007500, -0.012500
#*# -0.045000, -0.042500, 0.032500, -0.037500, -0.025000
#*# -0.067500, -0.037500, 0.000000, -0.050000, -0.017500
#*# -0.045000, -0.022500, -0.022500, -0.042500, -0.022500
#*# 0.007500, 0.035000, -0.017500, -0.035000, -0.012500
#*# tension = 0.2
#*# min_x = 25.0
#*# algo = bicubic
#*# y_count = 5
#*# mesh_y_pps = 3
#*# min_y = 25.0
#*# x_count = 5
#*# max_y = 315.0
#*# mesh_x_pps = 3
#*# max_x = 325.0