forked from nehilo/Klipper-KingRoon-Printers
-
Notifications
You must be signed in to change notification settings - Fork 2
/
printer.cfg
167 lines (117 loc) · 2.97 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
#####################################
# PRINTER #
#####################################
[printer]
kinematics: cartesian
max_velocity: 250
max_accel: 1800
max_accel_to_decel:1800
max_z_velocity: 25
max_z_accel: 100
square_corner_velocity: 5.0
[input_shaper]
shaper_freq_x: 23.0
shaper_freq_y: 39.0
shaper_type_x: mzv
shaper_type_y: mzv
#[bed_screws]
#need calibration
#screw1: 20,20
#screw2: 160,20
#screw3: 160,160
#screw4: 20,160
[screws_tilt_adjust]
#need calibration
screw1: 0 ,22
screw2: 130, 22
screw3: 130, 154
screw4: 0,154
screw_thread: CW-M3
speed: 100
[mcu]
serial: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
baud: 250000
restart_method: command
[temperature_sensor raspberry]
sensor_type: temperature_host
[temperature_sensor MCU]
sensor_type: temperature_mcu
[static_digital_output display_reset]
pins: !PC6, !PD13
[virtual_sdcard]
path: ~/gcode_files
[gcode_arcs]
resolution: 0.05
[display_status]
[pause_resume]
[respond]
#####################################
# Heater Verification #
#####################################
[verify_heater heater_bed]
max_error: 120
check_gain_time: 60
hysteresis: 5
heating_gain: 2
[verify_heater extruder]
max_error: 120
check_gain_time: 30
hysteresis: 5
heating_gain: 2
#####################################
# BEEPER #
#####################################
#[output_pin _BEEPER_pin]
#pin: PC5
#pwm: true
#value: 1
#shutdown_value: 0
#cycle_time: 0.001
#scale: 1000
#####################################
# Filament Sensor #
#####################################
#[filament_switch_sensor FilamentSensor]
#pause_on_runout: False
#runout_gcode:
# M118 Starting filament change
# M600
#insert_gcode:
#switch_pin: !PA4
#event_delay: 5.0
#####################################
# STEPPER #
#####################################
[include stepper.cfg]
#####################################
# BLtouch #
#####################################
[include bltouch.cfg]
#####################################
# DISPLAY #
#####################################
[include display.cfg]
#####################################
# TMC #
#####################################
[include tmc.cfg]
#####################################
# THERMISTOR #
#####################################
[include thermistor.cfg]
#####################################
# EXTRUDER #
#####################################
[include extruder.cfg]
#####################################
# BED #
#####################################
[include bed.cfg]
#####################################
# FAN #
#####################################
[include fan.cfg]
#####################################
# MACROS #
#####################################
[include macros.cfg]