-
Notifications
You must be signed in to change notification settings - Fork 0
/
printer.cfg
158 lines (137 loc) · 2.61 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
[include mainsail.cfg]
[mcu]
serial: /dev/ttyAMA0
baud: 250000
restart_method: command
[printer]
kinematics: corexy
max_velocity: 400
max_accel: 18500
minimum_cruise_ratio: 0.12
square_corner_velocity: 8.0
max_z_velocity: 5
max_z_accel: 100
[stepper_x]
step_pin: gpio7
dir_pin: gpio6
enable_pin: !gpio5
microsteps: 16
full_steps_per_rotation: 200
rotation_distance: 40
endstop_pin: ^gpio4
position_endstop: 0
position_min: 0
position_max: 200
homing_speed: 80
[tmc2209 stepper_x]
uart_pin: gpio9
uart_address: 0
#interpolate: False
run_current: 0.700
stealthchop_threshold: 0
[stepper_y]
step_pin: gpio11
dir_pin: gpio10
enable_pin: !gpio5
microsteps: 16
full_steps_per_rotation: 200
rotation_distance: 40
endstop_pin: ^gpio3
position_endstop: 0
position_min: 0
position_max: 180
homing_speed: 80
[tmc2209 stepper_y]
uart_pin: gpio9
uart_address: 2
#interpolate: False
run_current: 0.700
stealthchop_threshold: 0
[stepper_z]
step_pin: gpio13
dir_pin: gpio12
enable_pin: !gpio5
microsteps: 16
full_steps_per_rotation: 200
rotation_distance: 2
endstop_pin: probe:z_virtual_endstop
position_min: -5
position_max: 110
[tmc2209 stepper_z]
uart_pin: gpio9
uart_address: 1
#interpolate: False
run_current: 0.25
stealthchop_threshold: 999999
[probe]
pin: gpio2
x_offset: 16.0
y_offset: -10.0
#z_offset: 1.0
samples: 4
samples_tolerance: 0.075
samples_tolerance_retries: 2
[thermistor NTC100K-B3950]
temperature1: 25
resistance1: 103180
temperature2: 150
resistance2: 1366.2
temperature3: 250
resistance3: 168.6
[extruder]
step_pin: gpio15
dir_pin: gpio14
enable_pin: !gpio5
microsteps: 16
full_steps_per_rotation: 200
rotation_distance: 7.111
nozzle_diameter: 0.600
filament_diameter: 1.750
max_extrude_only_velocity: 40.0
max_extrude_only_accel: 1000.0
heater_pin: gpio17
sensor_type: ATC Semitec 104GT-2
pullup_resistor: 2400
sensor_pin: gpio26
min_extrude_temp: 0
min_temp: 0
max_temp: 280
[tmc2209 extruder]
uart_pin: gpio9
uart_address: 3
#interpolate: False
run_current: 0.6
stealthchop_threshold: 0
[heater_fan heatbreak_cooling_fan]
pin: gpio21
[fan]
pin: gpio19
cycle_time: 0.0001
hardware_pwm: True
[heater_bed]
heater_pin: gpio16
sensor_type: NTC100K-B3950
pullup_resistor: 2400
sensor_pin: gpio27
min_temp: -100
max_temp: 105
[temperature_sensor MCU]
sensor_type: temperature_mcu
[temperature_sensor raspberry pi]
sensor_type: temperature_host
[thermistor NTC47K-B4050]
temperature1: 25
resistance1: 47000
beta: 4050
[temperature_sensor chamber]
sensor_type: NTC47K-B4050
pullup_resistor: 2400
sensor_pin: gpio28
min_temp: -100
max_temp: 100
gcode_id: C
[led main_led]
white_pin: gpio18
initial_WHITE: 1.0
[controller_fan electronics_fan]
pin: gpio20