-
Notifications
You must be signed in to change notification settings - Fork 1
/
machine.cfg
170 lines (152 loc) · 3.71 KB
/
machine.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
# Sapphire Plus Configuration running a SKR 1.3
# additional hardware:
# Stepdown 24-12v on
# part cooling - FAN (PWM capable - low side switching - and behind PCB fuse)
# hotend cooling - HE1 (PWM capable - low side switching - and behind PCB fuse)
# Independent Dual Z motor configuration using E1 stepper
# BLT Touch 3.1
# Software:
# mainsail OS running mainsail front end :heart:
# klipper :heart:
#
[stepper_x]
enable_pin: !P2.1
step_pin: P2.2
dir_pin: !P2.6
step_distance: 0.00625
endstop_pin: !P1.28
position_endstop: 0
position_max: 300
homing_speed: 50
homing_retract_dist: 0
[tmc2209 stepper_x]
uart_pin: P1.17
microsteps: 16
run_current: 0.9502 # 1.68 * .707 * .80
hold_current: 0.7502
stealthchop_threshold: 1
#diag_pin: P1.29
#driver_SGTHRS:120
[stepper_y]
enable_pin: !P2.8
step_pin: P0.19
dir_pin: !P0.20
step_distance: 0.00625
endstop_pin: !P1.26
position_endstop: 300
position_max: 300
homing_speed: 50
homing_retract_dist: 0
[tmc2209 stepper_y]
uart_pin: P1.15
microsteps: 16
run_current: 0.9502 # 1.68 * .707 * .80
hold_current: 0.7502
stealthchop_threshold: 1
#diag_pin: P1.28
#driver_SGTHRS:110
[stepper_z]
enable_pin: !P0.21
step_pin: P0.22
dir_pin: !P2.11
step_distance: .0025
#endstop_pin: !P1.25
endstop_pin: probe:z_virtual_endstop
position_max: 300
position_min: -2
[tmc2209 stepper_z]
uart_pin: P1.10
microsteps: 16
run_current: 0.7953 # 1.5A * .707 * .75
hold_current: 0.5953
stealthchop_threshold: 9999
[stepper_z1]
enable_pin: !P0.10
step_pin: P0.1
dir_pin: !P0.0
step_distance: .0025
#endstop_pin: !P1.24
[tmc2209 stepper_z1]
uart_pin: P1.1
microsteps: 16
run_current: 0.7953 # 1.5A * .707 * .75
hold_current: 0.5953
stealthchop_threshold: 9999
[extruder]
enable_pin: !P2.12
step_pin: P2.13
dir_pin: !P0.11
step_distance: .0012029
nozzle_diameter: 0.400
filament_diameter: 1.750
pressure_advance: 0.0
max_extrude_only_distance: 780.0
heater_pin: P2.7
sensor_type: ATC Semitec 104GT-2 # E3D Standard
#sensor_type: EPCOS 100K B57560G104F # Stock
sensor_pin: P0.25
min_temp: 0
max_temp: 295
[tmc2209 extruder]
uart_pin: P1.8
microsteps: 16
run_current: 0.792 # ldo pancake - 1.4 * .707 * 0.80
hold_current: 0.592 # ldo pancake
stealthchop_threshold: 1
#[extruder1]
#step_pin: P1.15
#dir_pin: P1.14
#enable_pin: !P1.16
#heater_pin: P2.4
#sensor_pin: P0.23
#...
[heater_bed]
heater_pin: P2.5
sensor_type: EPCOS 100K B57560G104F # Stock
sensor_pin: P0.23
min_temp: 0
max_temp: 130
[fan]
pin: P2.3
kick_start_time: 2
[heater_fan my_nozzle_fan]
pin: P2.4
heater: extruder
heater_temp: 50.0
fan_speed: 1.0
#[fan_generic my_nozzle_fan]
#pin: P2.4
[mcu]
serial: /dev/serial/by-id/usb-Klipper_lpc1768_01D0001147104AAFCAFA645DC42000F5-if00
restart_method: command
baud: 250000
[printer]
kinematics: corexy
max_velocity: 350
max_accel: 7000
max_accel_to_decel: 7000
max_z_velocity: 5
max_z_accel: 350
square_corner_velocity: 5.0
#[filament_switch_sensor FilamentSensor]
#pause_on_runout: True
#runout_gcode:
# M104 S0 ; turn off temperature
# G1 X20 Y20 Z+20
#insert_gcode:
# A list of G-Code commands to execute after a filament insert is
# detected. See docs/Command_Templates.md for G-Code format. The
# default is not to run any G-Code commands, which disables insert
# detection.
#event_delay: 3.0
# The minimum amount of time in seconds to delay between events.
# Events triggered during this time period will be silently
# ignored. The default is 3 seconds.
#pause_delay: 0.5
# The amount of time to delay, in seconds, between the pause command
# dispatch and execution of the runout_gcode. It may be useful to
# increase this delay if Octoprint exhibits strange pause behavior.
# Default is 0.5 seconds.
#switch_pin: P1.25
# The pin on which the switch is connected. This parameter must be
# provided.