-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprinter.cfg
91 lines (79 loc) · 1.62 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
# This file contains a configuration for my FLSUN QQ
# See the example.cfg file for a description of available parameters.
[stepper_a]
arm_length: 280
step_pin: ar54
dir_pin: ar55
enable_pin: !ar38
step_distance: .01
endstop_pin: ^ar2
homing_speed: 60
# The next parameter needs to be adjusted for
# your printer. You may want to start with 280
# and meassure the distance from nozzle to bed.
# This value then needs to be added.
position_endstop: 380
[stepper_b]
step_pin: ar60
dir_pin: ar61
enable_pin: !ar56
step_distance: .01
endstop_pin: ^ar15
[stepper_c]
step_pin: ar46
dir_pin: ar48
enable_pin: !ar62
step_distance: .01
endstop_pin: ^ar19
[extruder]
step_pin: ar26
dir_pin: !ar28
enable_pin: !ar24
## Use 0.0025 for FLSUN Titan extruder
step_distance: 0.0025
## Use 0.011111 for FLSUN Bulldog extruder
#step_distance: 0.011111
nozzle_diameter: 0.400
filament_diameter: 1.750
heater_pin: ar10
sensor_type: ATC Semitec 104GT-2
sensor_pin: analog13
control: pid
pid_Kp: 25.349
pid_Ki: 1.216
pid_Kd: 132.130
min_extrude_temp: 0
min_temp: 0
max_temp: 275
max_extrude_only_distance: 500
[heater_bed]
heater_pin: ar8
sensor_type: ATC Semitec 104GT-2
sensor_pin: analog14
control: watermark
min_temp: 0
max_temp: 130
[fan]
pin: ar9
kick_start_time: 0.200
[mcu]
serial: /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0
pin_map: arduino
[printer]
kinematics: delta
max_velocity: 200
max_accel: 3000
max_z_velocity: 100
delta_radius: 140
# if you want to DELTA_CALIBRATE you may need that
minimum_z_position: -5
[idle_timeout]
timeout: 360
[delta_calibrate]
radius: 120
[probe]
pin: ^!ar18
x_offset: 0.0
y_offset: 0.0
z_offset: 0.8
speed: 5.0