View difference between Paste ID: uK2hCcTi and uPuKidTq
SHOW: | | - or go back to the newest paste.
1
# you need soldering iron. delete R65 and solder it to R66 on motherboard. Picture from this : https://preview.redd.it/qpd8c7gq0dy91.jpg?width=616&format=pjpg&auto=webp&v=enabled&s=01fe06d3dbe97ca1d8b9f19999a3033cf41b98fb
2
#
3
[stepper_x]
4
step_pin: PA5
5
dir_pin: PA4
6
enable_pin: !PC3
7
microsteps: 32
8
rotation_distance: 40
9
position_endstop: -38
10
position_min:-38
11
position_max: 229
12
homing_speed: 40
13
endstop_pin: tmc2209_stepper_x:virtual_endstop
14
homing_retract_dist: 0
15
16
[tmc2209 stepper_x]
17
uart_pin: PA15
18
#tx_pin: PA9
19
uart_address: 3
20
#select_pins: !PB4
21
diag_pin: ^PA6
22
driver_SGTHRS: 50
23
run_current: 0.6
24
stealthchop_threshold: 999999
25
interpolate: True
26
27
[stepper_y]
28
step_pin: PC4
29
dir_pin: PA7
30
enable_pin: !PC3
31
microsteps: 32
32
rotation_distance: 40
33
position_endstop: -4 #Needs adjustment, i have custom carriage
34
position_min:-4
35
position_max: 229
36
homing_speed: 40
37
endstop_pin: tmc2209_stepper_y:virtual_endstop
38
homing_retract_dist: 0
39
40
[tmc2209 stepper_y]
41
uart_pin: PA15
42
#tx_pin: PA9
43
#select_pins: !PB4
44
uart_address: 1
45
run_current: 0.6
46
diag_pin: ^PC5      # Set to MCU pin connected to TMC DIAG pin
47
driver_SGTHRS: 80 # 255 is most sensitive value, 0 is least sensitive
48
stealthchop_threshold: 999999
49
50
[probe]
51
pin: PB8
52
x_offset: 43.5
53
y_offset: 4.7
54
z_offset: 1.5
55
samples: 5
56
samples_result: average
57
samples_tolerance: 0.05
58
samples_tolerance_retries: 5
59
sample_retract_dist: 0.5
60
speed:1
61
lift_speed:5
62
63
[stepper_z]
64
step_pin: PC7
65
dir_pin: !PC6
66
enable_pin: !PC3
67
microsteps: 256
68
rotation_distance: 4
69
endstop_pin: probe:z_virtual_endstop
70
#endstop_pin: PB8
71
#position_endstop: 1.35
72
position_min: -5
73
position_max: 230
74
homing_speed: 5
75
second_homing_speed:1
76
homing_retract_dist: 2.3
77
78
[tmc2209 stepper_z]
79
uart_pin: PA15
80
#tx_pin: PA9
81
#select_pins: !PB4
82
uart_address: 2
83
run_current: 0.6
84
diag_pin: ^PA8      # Set to MCU pin connected to TMC DIAG pin
85
driver_SGTHRS: 50  # 255 is most sensitive value, 0 is least sensitive
86
stealthchop_threshold: 999999
87
88
[extruder]
89
max_extrude_only_distance: 100.0
90
step_pin: PC14
91
dir_pin: PC15
92
enable_pin: !PC3
93
microsteps: 64
94
rotation_distance: 8.204
95
nozzle_diameter: 0.400
96
filament_diameter: 1.750
97
heater_pin: PA1
98
sensor_type: EPCOS 100K B57560G104F #Might need adjustment, i have new temp sensor along with V6 heatblock and heatbreak.
99
sensor_pin: PC1
100
pressure_advance: 0.05
101
#control: pid
102
# tuned for stock hardware with 200 degree Celsius target
103
#pid_Kp: 21.527
104
#pid_Ki: 1.063
105
#pid_Kd: 108.982
106
min_temp: 0
107
min_extrude_temp: 0
108
max_temp: 300 #Stock is 250
109
110
[firmware_retraction]
111
retract_length:0.5 #stock is more than 2
112
retract_speed:20
113
unretract_extra_length:0
114
unretract_speed:20
115
116
[tmc2208 extruder]
117
uart_pin: PA15
118
run_current: 0.7
119
stealthchop_threshold: 999999
120
121
[heater_bed]
122
heater_pin: PA0
123
sensor_type: EPCOS 100K B57560G104F
124
sensor_pin: PC0
125
#control: pid
126
# tuned for stock hardware with 50 degree Celsius target
127
#pid_Kp: 54.027
128
#pid_Ki: 0.770
129
#pid_Kd: 948.182
130
min_temp: 0
131
max_temp: 130
132
133
[safe_z_home]
134
home_xy_position: 70.5, 109.3 # Change coordinates to the center of your print bed
135
speed: 50
136
z_hop: 5               # Move up 5mm
137
z_hop_speed: 10
138
139
[bed_mesh]
140
speed: 50
141
horizontal_move_z: 2
142
mesh_min: 19, 19
143
mesh_max: 210, 210
144
probe_count: 6, 6
145
146
[controller_fan controller_fan]
147
pin: PA14
148
fan_speed: 0.7
149
150
[heater_fan extruder_fan]
151
pin: PA13
152
heater_temp: 65.0
153
154
[fan]
155
pin: PB9
156
157
[mcu]
158
serial: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
159
restart_method: command
160
161
162
[printer]
163
kinematics: cartesian
164
max_velocity: 300
165
max_accel: 4000
166
max_z_velocity: 20
167
max_z_accel: 20
168
169
[virtual_sdcard]
170
path: /home/orangepi/gcode_files