-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprinter.cfg
92 lines (82 loc) · 1.82 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
[include mainsail.cfg]
[include configs/*.cfg]
[include macros/*.cfg]
[exclude_object]
[save_variables]
filename: /home/pi/printer_data/config/data.cfg
[mcu]
serial: /dev/serial/by-id/usb-Klipper_stm32f446xx_3D0049000D51313133353932-if00
restart_method: command
[printer]
kinematics: corexy
max_velocity: 300
max_accel: 3000 #Max 4000
max_z_velocity: 15 #Max 15 for 12V TMC Drivers, can increase for 24V
max_z_accel: 350
square_corner_velocity: 5.0
[idle_timeout]
timeout: 1800
gcode:
TURN_OFF_ALL
[safe_z_home]
home_xy_position:175,175
speed:200
z_hop:10
z_hop_speed: 25
[quad_gantry_level]
gantry_corners:
-60,-10
410,420
points:
50,25
50,275
300,275
300,25
speed: 200
horizontal_move_z: 10
retries: 5
retry_tolerance: 0.0075
max_adjust: 10
# previous z offset: 0.775, 0.765, 0.790, 0.825, 0.495
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*#
#*# [probe]
#*# z_offset = -0.5
#*#
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# 0.063750, 0.025000, 0.007500, 0.026250, 0.052500
#*# -0.005000, -0.028750, -0.017500, 0.027500, -0.032500
#*# 0.026250, 0.012500, 0.000000, 0.013750, -0.016250
#*# -0.006250, -0.030000, -0.018750, 0.011250, 0.016250
#*# 0.050000, 0.026250, 0.016250, 0.050000, 0.060000
#*# x_count = 5
#*# y_count = 5
#*# mesh_x_pps = 2
#*# mesh_y_pps = 2
#*# algo = bicubic
#*# tension = 0.2
#*# min_x = 40.0
#*# max_x = 310.0
#*# min_y = 40.0
#*# max_y = 310.0
#*#
#*# [extruder]
#*# control = pid
#*# pid_kp = 37.998
#*# pid_ki = 4.967
#*# pid_kd = 72.671
#*#
#*# [heater_bed]
#*# control = pid
#*# pid_kp = 40.163
#*# pid_ki = 1.346
#*# pid_kd = 299.719
#*#
#*# [input_shaper]
#*# shaper_type_x = mzv
#*# shaper_freq_x = 48.8
#*# shaper_type_y = 2hump_ei
#*# shaper_freq_y = 45.4