-
Notifications
You must be signed in to change notification settings - Fork 0
/
printer.cfg
230 lines (204 loc) · 6.54 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
[include mainsail.cfg]
[include conf.d/*.conf]
[include speed_test.cfg]
#[include PIS.cfg]
[include dynamic_shaper.cfg]
# ################################################# ################################################# ########
# #########
# FlyingBear Reborn 2 Clipper Config #########
# See https://www.klipper3d.org/Config_Reference.html for a description of config settings. #########
# #########
# #############################################_EN_##### ################################################# #####
#
# Creating Klipper Firmware:
# Run "make menuconfig" to use this configuration, the firmware must be compiled for
# Micro-controller Architecture (STMicroelectronics STM32)
# Processor model (STM32F407)
# Bootloader offset (48KiB bootloader (MKS Robin Nano V3))
# For USB Connection use
# Communication interface (USB (on PA11/PA12))
# For UART Connection use
# Communication interface (Serial (on USART1 PA10/PA9)) Wifi module
#
# Compile Firmware with "make", move the generated file into your klipper_config folder for download.
# mv ~/klipper/out/klipper.bin ~/klipper_config/Robin_nano_6.bin
# Download and put the Robin_nano_6.bin file into your SD card,
# Power down the printer and insert the SD card, now power on the printer, the update process is stating
#
# ################################################# ################################################# ########
# ################################################# ###################
# Include macros
[include macros/*.cfg]
# ################################################# ###################
# ################################################# ###################
# MCUSettings
# ################################################# ###################
[mcu]
# ls /dev/serial/by-id/*
serial: /dev/serial/by-id/usb-Klipper_stm32f407xx_2E0038001250465636393320-if00
restart_method: command
# ################################################# ###################
# PrinterSettings
# ################################################# ###################
[printer]
kinematics: corexy
max_velocity: 800
square_corner_velocity: 20.0
max_accel: 5000
max_accel_to_decel: 5000
max_z_velocity: 25
max_z_accel: 100
# ################################################# ###################
# X Stepper Settings
# ################################################# ###################
[stepper_x]
step_pin: PE3
dir_pin: PE2
enable_pin: !PE4
microsteps: 32
rotation_distance: 40
endstop_pin: !PA15
position_endstop: 0
position_max: 325
homing_speed: 50
# ################################################# ###################
# Y Stepper Settings
# ################################################# ###################
[stepper_y]
step_pin: PE0
dir_pin: PB9
enable_pin: !PE4
microsteps: 32
rotation_distance: 40
endstop_pin: !PD2
position_endstop: 0
position_max: 325
homing_speed: 50
# ################################################# ###################
# Z, Z1 stepper settings
# ################################################# ###################
[stepper_z]
step_pin: PB5
dir_pin: PB4
enable_pin: !PB8
microsteps: 32
rotation_distance: 8
endstop_pin: !PC8
position_endstop: 0
homing_speed: 10
second_homing_speed: 2
position_min: -0.5
position_max: 350
[stepper_z1]
step_pin: PD15
dir_pin: PA1
enable_pin: !PA3
microsteps: 32
rotation_distance: 8
endstop_pin: !PC4
# ################################################# ###################
# Extruder stepper settings
# ################################################# ###################
[extruder]
step_pin: PD6
dir_pin: PD3
enable_pin: !PB3
microsteps: 32
rotation_distance: 15.632 ; https://www.klipper3d.org/Rotation_Distance.html
nozzle_diameter: 0.600
filament_diameter: 1.75
heater_pin: PE5
sensor_type: PT1000
sensor_pin: PC1
pullup_resistor: 4700
control: pid
pid_Kp = 16.767
pid_Ki = 0.735
pid_Kd = 95.572
min_temp: 0
max_temp: 400
pressure_advance: 0
# ################################################# ###################
# Heater Bed Settings
# ################################################# ###################
[heater_bed]
heater_pin: PA0
sensor_type: EPCOS 100K B57560G104F
sensor_pin: PC0
control: pid
pid_Kp: 325.10
pid_Ki: 63.35
pid_Kd: 417.10
min_temp: 0
max_temp: 130
# ################################################# ###################
# Heater Fan
# ################################################# ###################
[heater_fan heater_fan]
pin: PC14
max_power: 1.0
shutdown_speed: 1.0
heater: extruder
heater_temp: 50.0 # Shutdown FAN at 50°C
fan_speed: 1.0
# ################################################# ###################
# Fan 2x4010 + fan motherboard
# ################################################# ###################
[fan]
pin: PB1
max_power: 1.0
shutdown_speed: 0
cycle_time: 0.010
hardware_pwm: False
kick_start_time: 0.100
off_below: 0.0
#####################################################################
# Filament sensor
#####################################################################
[filament_switch_sensor filament_detection]
switch_pin: PE6
pause_on_runout: true
runout_gcode: PAUSE
# ################################################# ###################
# Calibration
# ################################################# ###################
[bed_screws]
screw1: 32,52
screw1_name: front left screw
screw2: 295,50
screw2_name: front right screw
screw3: 295,275
screw3_name: back right screw
screw4: 32,275
screw4_name: back left screw
speed: 150
# ################################################# ###################
# Raspberry Pi Temp Sensor Settings
# ################################################# ###################
[temperature_sensor lepotato]
sensor_type: temperature_host
min_temp: 10
max_temp: 100
[temperature_sensor mcu]
sensor_type: temperature_mcu
sensor_mcu: mcu
# ################################################# ###################
# Input Shaping Settings https://www.klipper3d.org/Resonance_Compensation.html
# ################################################# ###################
[input_shaper]
shaper_type_x = mzv
shaper_freq_x = 45.5
shaper_type_y = mzv
shaper_freq_y = 46.5
# ################################################# ###################
#OtherSettings _
# ################################################# ###################
[virtual_sdcard]
path: ~/printer_data/gcodes
[pause_resume]
[display_status]
# Enable object exclusion
[exclude_object]
# Enable arcs support
[gcode_arcs]
resolution: 0.1