-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprinter.cfg
251 lines (229 loc) · 5.32 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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
[neopixel temp_leds]
pin: PA8
chain_count: 10
[bltouch]
x_offset: -44.6
y_offset: -7.2
sensor_pin: ^PC14
control_pin: PA1
samples: 3
sample_retract_dist: 2
samples_result: average
samples_tolerance: 0.7
samples_tolerance_retries: 1
[stepper_x]
step_pin: PB13
dir_pin: !PB12
enable_pin: !PB14
rotation_distance: 40
microsteps: 16
endstop_pin: ^PC0
position_endstop: 0
position_max: 245
homing_speed: 50
[tmc2209 stepper_x]
uart_pin: PC11
tx_pin: PC10
uart_address: 0
run_current: 0.580
hold_current: 0.500
stealthchop_threshold: 250
[stepper_y]
step_pin: PB10
dir_pin: !PB2
enable_pin: !PB11
rotation_distance: 40
microsteps: 16
endstop_pin: ^PC1
position_endstop: 0
position_max: 232
homing_speed: 50
[tmc2209 stepper_y]
uart_pin: PC11
tx_pin: PC10
uart_address: 2
run_current: 0.580
hold_current: 0.500
stealthchop_threshold: 250
[stepper_z]
step_pin: PB0
dir_pin: PC5
enable_pin: !PB1
rotation_distance: 8
microsteps: 16
endstop_pin: probe:z_virtual_endstop
#position_endstop: -2
position_min: -4
position_max: 250
[tmc2209 stepper_z]
uart_pin: PC11
tx_pin: PC10
uart_address: 1
run_current: 0.580
hold_current: 0.500
stealthchop_threshold: 5
[tmc2209 extruder]
uart_pin: PC11
tx_pin: PC10
uart_address: 3
run_current: 0.650
hold_current: 0.500
stealthchop_threshold: 5
[extruder]
max_extrude_only_distance: 500.0
#pressure_advance: 0.43
step_pin: PB3
dir_pin: !PB4
enable_pin: !PD2
microsteps: 16
rotation_distance: 22.727
nozzle_diameter: 0.600
filament_diameter: 1.750
heater_pin: PC8
sensor_type: EPCOS 100K B57560G104F
sensor_pin: PA0
#control: pid
#pid_Kp: 28.179
#pid_Ki: 1.606
#pid_Kd: 123.637
min_temp: 0
max_temp: 290
[verify_heater extruder]
check_gain_time: 30
max_error: 200
[heater_bed]
heater_pin: PC9
sensor_type: EPCOS 100K B57560G104F
sensor_pin: PC3
#control: pid
#pid_Kp: 71.381
#pid_Ki: 1.223
#pid_Kd: 1041.266
min_temp: 0
max_temp: 130
[fan]
pin: PC7
#max_power:
#shutdown_speed:
#cycle_time:
#hardware_pwm:
#kick_start_time:
#off_below:
#tachometer_pin:
#tachometer_ppr:
#tachometer_poll_interval:
[controller_fan electronics_fan]
pin: PC6
#max_power:
#shutdown_speed:
#cycle_time:
#hardware_pwm:
#kick_start_time:
#off_below:
#tachometer_pin:
#tachometer_ppr:
#tachometer_poll_interval:
# See the "fan" section for a description of the above parameters.
fan_speed: 0.5
# The fan speed (expressed as a value from 0.0 to 1.0) that the fan
# will be set to when a heater or stepper driver is active.
# The default is 1.0
idle_timeout: 10
# The amount of time (in seconds) after a stepper driver or heater
# was active and the fan should be kept running. The default
# is 30 seconds.
#idle_speed:
# The fan speed (expressed as a value from 0.0 to 1.0) that the fan
# will be set to when a heater or stepper driver was active and
# before the idle_timeout is reached. The default is fan_speed.
#heater:
#stepper:
# Name of the config section defining the heater/stepper that this fan
# is associated with. If a comma separated list of heater/stepper names
# is provided here, then the fan will be enabled when any of the given
# heaters/steppers are enabled. The default heater is "extruder", the
# default stepper is all of them.
[mcu]
serial: /dev/serial/by-id/usb-Klipper_stm32f103xe_33FFD9055646303541731943-if00
[printer]
kinematics: cartesian
max_velocity: 500
max_accel: 2000
max_z_velocity: 6
max_z_accel: 50
[static_digital_output usb_pullup_enable]
pins: !PA14
[board_pins]
aliases:
# EXP1 header
EXP1_1=PB5, EXP1_3=PA9, EXP1_5=PA10, EXP1_7=PB8, EXP1_9=<GND>,
EXP1_2=PA15, EXP1_4=<RST>, EXP1_6=PB9, EXP1_8=PB15, EXP1_10=<5V>
[include extras/*]
[save_variables]
filename: ~/rosebud/variables.cfg
[delayed_gcode macros_initialize]
initial_duration: 1
gcode:
INITIALIZE_VARIABLE VARIABLE=park_x VALUE=30
INITIALIZE_VARIABLE VARIABLE=park_y VALUE=30
INITIALIZE_VARIABLE VARIABLE=bowden_len VALUE=300
[include macros/*]
[include display/*]
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*#
#*# [bltouch]
#*# z_offset = 1.377
#*#
#*# [extruder]
#*# control = pid
#*# pid_kp = 35.857
#*# pid_ki = 3.275
#*# pid_kd = 98.159
#*#
#*# [bed_mesh steel_pei]
#*# version = 1
#*# points =
#*# -0.019167, 0.010833, 0.066667, 0.098333, 0.026667
#*# 0.085000, 0.055833, 0.070000, 0.079167, 0.002500
#*# 0.168333, 0.080000, 0.064167, 0.078333, -0.012500
#*# 0.034167, 0.020000, 0.048333, 0.062500, -0.017500
#*# -0.034167, -0.026667, -0.026667, 0.013333, 0.021667
#*# tension = 0.2
#*# min_x = 5.0
#*# algo = bicubic
#*# y_count = 5
#*# mesh_y_pps = 2
#*# min_y = 5.0
#*# x_count = 5
#*# max_y = 224.0
#*# mesh_x_pps = 2
#*# max_x = 200.0
#*#
#*# [stepper_z]
#*# position_endstop = -0.125
#*#
#*# [heater_bed]
#*# control = pid
#*# pid_kp = 70.552
#*# pid_ki = 1.452
#*# pid_kd = 857.203
#*#
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# -0.019167, 0.010833, 0.066667, 0.098333, 0.026667
#*# 0.085000, 0.055833, 0.070000, 0.079167, 0.002500
#*# 0.168333, 0.080000, 0.064167, 0.078333, -0.012500
#*# 0.034167, 0.020000, 0.048333, 0.062500, -0.017500
#*# -0.034167, -0.026667, -0.026667, 0.013333, 0.021667
#*# tension = 0.2
#*# min_x = 5.0
#*# algo = bicubic
#*# y_count = 5
#*# mesh_y_pps = 2
#*# min_y = 5.0
#*# x_count = 5
#*# max_y = 224.0
#*# mesh_x_pps = 2
#*# max_x = 200.0