-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprinter.cfg
More file actions
83 lines (75 loc) · 1.71 KB
/
printer.cfg
File metadata and controls
83 lines (75 loc) · 1.71 KB
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/z-calibration.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: 5000
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: 55.0
shaper_type_x: mzv
shaper_freq_y: 43.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.037500, 0.007500, 0.000000, -0.067500
#*# -0.092500, -0.047500, -0.072500, -0.132500
#*# -0.120000, -0.052500, -0.092500, -0.137500
#*# -0.056250, 0.002500, -0.017500, -0.060000
#*# 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 = 260.0
#*# mesh_x_pps = 2
#*# max_x = 279.98