-
Notifications
You must be signed in to change notification settings - Fork 1
/
printer-20220508_150038.cfg
187 lines (164 loc) · 4.33 KB
/
printer-20220508_150038.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
[include extruder-Orbitor.cfg]
[include macros.cfg]
[include bltouch.cfg]
[include fans.cfg]
[include bedmesh.cfg]
# Fluidd & Mainsail requirements
[virtual_sdcard]
path: ~/gcode_files
# Allow for force movement - helps move Z out of the way
[force_move]
enable_force_move: True
##This file contains common pin mappings for the BIGTREETECH SKR mini
# E3 v3.0. To use this config, the firmware should be compiled for the
# STM32G0B1 with a "8KiB bootloader" and USB communication.
# The "make flash" command does not work on the SKR mini E3. Instead,
# after running "make", copy the generated "out/klipper.bin" file to a
# file named "firmware.bin" on an SD card and then restart the SKR
# mini E3 with that SD card.
# See docs/Config_Reference.md for a description of parameters.
[stepper_x]
step_pin: PB13
dir_pin: PB12
enable_pin: !PB14
microsteps: 16
rotation_distance: 40
#endstop_pin: ^PC0
endstop_pin: tmc2209_stepper_x:virtual_endstop
homing_retract_dist: 0
position_endstop: 0
position_max: 300
homing_speed: 50
[tmc2209 stepper_x]
uart_pin: PC11
tx_pin: PC10
uart_address: 0
run_current: 0.580
stealthchop_threshold: 999999
diag_pin: ^PC0 # pin on the MCU where DIAG1 is connected (active low)
driver_SGTHRS: 85 # tuning value for sensorless homing, set to 0 as a start
[stepper_y]
step_pin: PB10
dir_pin: !PB2
enable_pin: !PB11
microsteps: 16
rotation_distance: 40
#endstop_pin: ^PC1
endstop_pin: tmc2209_stepper_y:virtual_endstop
position_endstop: 0
position_max: 350
homing_speed: 50
homing_retract_dist: 0
[tmc2209 stepper_y]
uart_pin: PC11
tx_pin: PC10
uart_address: 2
run_current: 0.580
stealthchop_threshold: 999999
diag_pin: ^PC1 # pin on the MCU where DIAG1 is connected (active low)
driver_SGTHRS: 85 # tuning value for sensorless homing, set to 0 as a start
[stepper_z]
step_pin: PB0
dir_pin: PC5
enable_pin: !PB1
microsteps: 16
rotation_distance: 8
#endstop_pin: ^PC2
#position_endstop: 0.0
endstop_pin: probe:z_virtual_endstop
position_min: -2
position_max: 400
[tmc2209 stepper_z]
uart_pin: PC11
tx_pin: PC10
uart_address: 1
run_current: 0.580
stealthchop_threshold: 999999
[heater_bed]
heater_pin: PC9
sensor_type: ATC Semitec 104GT-2
sensor_pin: PC4
#control: pid
#pid_Kp: 54.027
#pid_Ki: 0.770
#pid_Kd: 948.182
min_temp: 0
max_temp: 130
[mcu]
serial: /dev/serial/by-id/usb-Klipper_stm32g0b1xx_2D000B001850344D30363620-if00
[printer]
kinematics: cartesian
max_velocity: 300
max_accel: 500
max_z_velocity: 5
max_z_accel: 100
[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=PD6, EXP1_10=<5V>
# See the sample-lcd.cfg file for definitions of common LCD displays.
[safe_z_home]
home_xy_position: 150,150
#[bed_screws]
#screw1: 35, 40
#screw2: 275, 40
#screw3: 35, 280
#screw4: 275, 280
[screws_tilt_adjust]
screw4: 275,40
screw4_name: front right
screw3: 60,40
screw3_name: front left
screw1: 60,280
screw1_name: back left
screw2: 275,280
screw2_name: back right
horizontal_move_z: 10.
speed: 50.
screw_thread: CW-M3
[firmware_retraction]
retract_length: 1
# The length of filament (in mm) to retract when G10 is activated,
# and to unretract when G11 is activated (but see
# unretract_extra_length below). The default is 0 mm.
retract_speed: 80
# The speed of retraction, in mm/s. The default is 20 mm/s.
#unretract_extra_length: 0
# The length (in mm) of *additional* filament to add when
# unretracting.
unretract_speed: 40
# The speed of unretraction, in mm/s. The default is 10 mm/s.
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*#
#*# [extruder]
#*# control = pid
#*# pid_kp = 21.192
#*# pid_ki = 1.039
#*# pid_kd = 108.080
#*#
#*# [heater_bed]
#*# control = pid
#*# pid_kp = 67.117
#*# pid_ki = 1.133
#*# pid_kd = 994.164
#*#
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# -0.085000, -0.135000, -0.172500, -0.155000, -0.187500
#*# -0.065000, -0.117500, -0.142500, -0.152500, -0.212500
#*# -0.060000, -0.100000, -0.130000, -0.127500, -0.200000
#*# -0.087500, -0.115000, -0.120000, -0.110000, -0.175000
#*# -0.095000, -0.122500, -0.175000, -0.165000, -0.222500
#*# tension = 0.2
#*# min_x = 40.0
#*# algo = bicubic
#*# y_count = 5
#*# mesh_y_pps = 3
#*# min_y = 40.0
#*# x_count = 5
#*# max_y = 280.0
#*# mesh_x_pps = 2
#*# max_x = 240.0