-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprinter-20220616_161108.cfg
83 lines (75 loc) · 1.71 KB
/
printer-20220616_161108.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
[include mainsail.cfg]
[include config/steppers_xy.cfg]
[include config/steppers_z.cfg]
[include config/stepper_e.cfg]
#[include config/klicky-probe.cfg]
[include config/led.cfg]
[include config/probe.cfg]
[include config/fans.cfg]
[include config/bed_heat_home.cfg]
[include config/temp_sensors.cfg]
[include config/macros.cfg]
[include config/euclid.cfg]
#[include config/input_shaper.cfg]
[mcu]
restart_method: command
serial: /dev/serial/by-id/usb-Klipper_stm32f446xx_2B0010001950534146373920-if00
[printer]
kinematics: corexy
max_velocity: 500
max_accel: 6000
max_z_velocity: 30
max_z_accel: 1000
square_corner_velocity: 5.0
## For Input Shaping
#max_velocity: 5000
#max_accel: 20000
#max_accel_to_decel: 20000
[input_shaper]
shaper_freq_x: 59.8
shaper_type_x: mzv
shaper_freq_y: 45.0
shaper_type_y: mzv
[exclude_object]
[display_status]
[virtual_sdcard]
path: ~/gcode_files
[pause_resume]
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*#
#*# [heater_bed]
#*# control = pid
#*# pid_kp = 35.987
#*# pid_ki = 1.283
#*# pid_kd = 252.358
#*#
#*# [extruder]
#*# control = pid
#*# pid_kp = 19.163
#*# pid_ki = 1.638
#*# pid_kd = 56.050
#*#
#*# [stepper_z]
#*# position_endstop = 0.088
#*#
#*# [probe]
#*# z_offset = 6.800
#*#
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# -0.055000, -0.035000, 0.000000, -0.097500
#*# -0.067500, -0.057500, -0.030000, -0.115000
#*# -0.070000, -0.057500, -0.052500, -0.102500
#*# -0.057500, -0.032500, -0.012500, -0.082500
#*# tension = 0.2
#*# min_x = 35.0
#*# algo = bicubic
#*# y_count = 4
#*# mesh_y_pps = 3
#*# min_y = 35.0
#*# x_count = 4
#*# max_y = 254.99
#*# mesh_x_pps = 2
#*# max_x = 279.98