-
Notifications
You must be signed in to change notification settings - Fork 0
/
printer.cfg
176 lines (161 loc) · 3.27 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
# Bender
# AKA an Ender 5 Pro w/EZAbl
#[include 000_expansion.cfg]
[include 001_host.cfg]
[include 002_pre_macros.cfg]
[include 004_printing_macros.cfg]
[include 006_post_macros.cfg]
[include 008_maintenance_macros.cfg]
[include 010_other_macros.cfg]
[include 012_fluidd.cfg]
[include 014_LEDs.cfg]
[include 016_macro_overrides.cfg]
[include shell_command.cfg]
[mcu]
serial: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
baud: 250000
restart_method: command
[printer]
kinematics: cartesian
max_velocity: 300
max_accel: 3000
max_z_velocity: 10
max_z_accel: 100
square_corner_velocity: 5.0
[stepper_x]
step_pin: PC2
dir_pin: PB9
enable_pin: !PC3
rotation_distance: 40
microsteps: 16
full_steps_per_rotation: 200
endstop_pin: ^PA5
position_min: 0
position_endstop: 220
position_max: 220
homing_speed: 30.0
[stepper_y]
step_pin: PB8
dir_pin: PB7
enable_pin: !PC3
rotation_distance: 40
microsteps: 16
full_steps_per_rotation: 200
endstop_pin: ^PA6
position_min: 0
position_endstop: 220
position_max: 220
homing_speed: 30.0
[stepper_z]
step_pin: PB6
dir_pin: PB5
enable_pin: !PC3
rotation_distance: 4
microsteps: 16
endstop_pin: probe:z_virtual_endstop
position_min: -3
position_max: 300
homing_speed: 5.0
[probe]
pin = !PA7
deactivate_on_each_sample: True
x_offset: -44.0
y_offset: -10.0
z_offset: 2.15
speed: 50.0
samples: 3
sample_retract_dist: 3.0
lift_speed: 75.0
samples_result: average
samples_tolerance: 0.050
samples_tolerance_retries: 1
[bed_mesh]
speed: 100
horizontal_move_z: 7
mesh_min: 40,40
mesh_max: 176,176
probe_count: 5,5
mesh_pps: 2,2
algorithm: lagrange
[extruder]
step_pin: PB4
dir_pin: !PB3
enable_pin: !PC3
microsteps: 16
rotation_distance: 23.172
nozzle_diameter: 0.600
filament_diameter: 1.750
heater_pin: PA1
sensor_type: EPCOS 100K B57560G104F
sensor_pin: PC5
pressure_advance = 0.0775
#control: pid
#pid_Kp: 30.25
#pid_Ki: 2.59
#pid_Kd: 88.50
min_temp: 0
max_temp: 270
max_extrude_only_distance: 100.0
[heater_bed]
heater_pin: PA2
sensor_type: EPCOS 100K B57560G104F
sensor_pin: PC4
#control: pid
#control: pid
#pid_Kp: 148.86
#pid_Ki: 23.51
#pid_Kd: 628.38
min_temp: 0
max_temp: 130
[fan]
pin: PA0
max_power: 1.0
shutdown_speed: 0
cycle_time: 0.010
hardware_pwm: False
kick_start_time: 0.100
off_below: 0.0
# [filament_switch_sensor runout]
# pause_on_runout: True
# event_delay: 3.0
# pause_delay: 0.5
# switch_pin: PC6
[firmware_retraction]
retract_length: 30
retract_speed: 20
[temperature_sensor MCU]
sensor_mcu: mcu
sensor_type: temperature_mcu
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*#
#*# [extruder]
#*# control = pid
#*# pid_kp = 23.023
#*# pid_ki = 1.218
#*# pid_kd = 108.782
#*#
#*# [heater_bed]
#*# control = pid
#*# pid_kp = 69.563
#*# pid_ki = 1.633
#*# pid_kd = 740.846
#*#
#*# [bed_mesh 60.0]
#*# version = 1
#*# points =
#*# -0.326250, -0.263333, -0.214583, -0.170417, -0.140000
#*# -0.297917, -0.239167, -0.191667, -0.156667, -0.128750
#*# -0.258333, -0.209583, -0.177500, -0.152500, -0.140833
#*# -0.252083, -0.203750, -0.174583, -0.147083, -0.133333
#*# -0.250417, -0.203750, -0.179583, -0.156250, -0.151250
#*# tension = 0.2
#*# min_x = 40.0
#*# algo = lagrange
#*# y_count = 5
#*# mesh_y_pps = 2
#*# min_y = 40.0
#*# x_count = 5
#*# max_y = 176.0
#*# mesh_x_pps = 2
#*# max_x = 176.0