-
Notifications
You must be signed in to change notification settings - Fork 0
/
printer-20240317_181940.cfg
195 lines (171 loc) · 4.68 KB
/
printer-20240317_181940.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
[mcu]
#serial: /dev/serial/by-id/<your-mcu-id>
serial: /dev/ttyS0
restart_method: command
[temperature_sensor SKR Pico]
sensor_type: temperature_mcu
min_temp: 0
max_temp: 100
[temperature_sensor BTT Pi]
sensor_type: temperature_host
min_temp: 10
max_temp: 100
[virtual_sdcard]
path: /home/biqu/printer_data/gcodes
on_error_gcode: CANCEL_PRINT
[fan_generic Nevermore]
pin: gpio17
max_power: 1.0
kick_start_time: 0.5 # Depending on your fan, you may need to increase this value if your fan will not start
off_below: 0.13
cycle_time: 0.010
[printer]
kinematics: corexy
max_velocity: 500
max_accel: 35400
#max_x_accel: 29500
#max_y_accel: 11000
max_z_velocity: 15
max_z_accel: 300
square_corner_velocity: 6.0
[exclude_object]
[pause_resume]
[respond]
[neopixel SideRGB]
pin: gpio24
chain_count: 20
color_order: GRB
initial_RED: 0.2
initial_GREEN: 0.2
initial_BLUE: 0.2
[include stepper.cfg]
[include bed.cfg]
[include toolhead.cfg]
[include macros/*.cfg]
[include KAMP_Settings.cfg]
[include V0Display.cfg]
[include klicky/klicky-probe.cfg]
#[filament_switch_sensor Filament_Runout_Sensor]
#pause_on_runout: False
#runout_gcode: PAUSE
#switch_pin: !gpio16
[probe]
pin: ^can0:LIMIT_3
x_offset: 11.0
y_offset: 2.0
z_offset: 15.6
speed: 5
samples: 3
sample_retract_dist: 2
lift_speed: 5.0
samples_result: median
samples_tolerance: 0.02
samples_tolerance_retries: 5
[bed_mesh]
speed: 120
horizontal_move_z: 20
mesh_min: 15,15
mesh_max: 105,105
probe_count: 5,5
[idle_timeout]
timeout: 1800
[homing_override]
axes: xyz
set_position_z: 0
gcode:
G90
G0 Z5 F600
{% set home_all = 'X' not in params and 'Y' not in params and 'Z' not in params %}
{% if home_all or 'X' in params %}
_HOME_X
{% endif %}
{% if home_all or 'Y' in params %}
_HOME_Y
{% endif %}
{% if home_all or 'Z' in params %}
_HOME_Z
{% endif %}
[bed_screws]
screw1: 60,5
screw1_name: front screw
screw2: 5,100
screw2_name: back left
screw3: 100,100
screw3_name: back right
[screws_tilt_adjust]
screw1: 48,5
screw1_name: front screw
screw2: 0,110
screw2_name: back left
screw3: 95,110
screw3_name: back_right
horizontal_move_z: 20.
speed: 150.
screw_thread: CW-M3
[stepper_x]
step_pin: gpio11
## Refer to https://docs.vorondesign.com/build/startup/#v0
dir_pin: gpio10 # Check motor direction in link above. If inverted, add a ! before gpio10
enable_pin: !gpio12
rotation_distance: 40
microsteps: 32
full_steps_per_rotation: 200 # Set to 400 for 0.9° degree stepper motor, 200 is for 1.8° stepper motors
endstop_pin: tmc2209_stepper_x:virtual_endstop
position_endstop: 120
position_max: 120
homing_speed: 40 # for sensorless homing it is recommended not to go above 40mm/s
homing_retract_dist: 0
homing_positive_dir: true
[stepper_y]
step_pin: gpio6
dir_pin: gpio5 # Check motor direction in link above. If inverted, add a ! before gpio5
enable_pin: !gpio7
rotation_distance: 40
microsteps: 32
full_steps_per_rotation: 200 # Set to 400 for 0.9° degree stepper motor, 200 is for 1.8° stepper motors
endstop_pin: tmc2209_stepper_y:virtual_endstop
position_endstop: 120
position_max: 120
homing_speed: 50 # for sensorless homing it is recommended not to go above 40mm/s
homing_retract_dist: 0
homing_positive_dir: true
[stepper_z]
step_pin: gpio19
dir_pin: !gpio28 # Remove the ! before gpio28 if motor direction is inverted.
enable_pin: !gpio2
rotation_distance: 8 # For T8x8 integrated lead screw
microsteps: 32
endstop_pin: ^gpio25
position_endstop: 119.750
position_max: 120
position_min: -1.5
homing_speed: 20
second_homing_speed: 3.0
homing_retract_dist: 3.0
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*#
#*# [input_shaper]
#*# shaper_type_x = mzv
#*# shaper_freq_x = 91.6
#*# shaper_type_y = 3hump_ei
#*# shaper_freq_y = 102.2
#*#
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# 0.051250, 0.053750, 0.062500, 0.080000, 0.067500
#*# 0.038750, 0.030000, 0.037500, 0.033750, 0.068750
#*# 0.027500, 0.007500, 0.057500, 0.020000, 0.032500
#*# 0.026250, 0.008750, 0.023750, 0.031250, 0.037500
#*# 0.058750, 0.066250, 0.058750, 0.048750, 0.091250
#*# x_count = 5
#*# y_count = 5
#*# mesh_x_pps = 2
#*# mesh_y_pps = 2
#*# algo = lagrange
#*# tension = 0.2
#*# min_x = 15.0
#*# max_x = 105.0
#*# min_y = 15.0
#*# max_y = 105.0