-
Notifications
You must be signed in to change notification settings - Fork 0
/
printer.cfg
117 lines (100 loc) · 3.01 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
[include fluidd.cfg]
[include mainsail.cfg]
[include hw_config/stepper.cfg]
[include hw_config/extruder.cfg]
[include hw_config/bed.cfg]
[include hw_config/leveling.cfg]
[include hw_config/fans.cfg]
[include hw_config/led.cfg]
[include hw_config/temp_sensors.cfg]
[include hw_config/exp.cfg]
[include hw_config/filament_sensor.cfg]
[include hw_config/input_shaper.cfg]
[include macros/print.cfg]
[include macros/filament.cfg]
[include macros/homing.cfg]
[include macros/led.cfg]
[include macros/wled.cfg]
[include macros/nozzle_scrub.cfg]
[include macros/flexplate.cfg]
[include macros/pressure_advance.cfg]
[include macros/test_speed.cfg]
[include macros/KAMP/settings.cfg]
[include timelapse.cfg]
[mcu]
serial: /dev/serial/by-id/usb-Klipper_stm32f446xx_570027001551313133353932-if00
restart_method: command
[mcu rpi]
serial: /tmp/klipper_host_mcu
[mcu nhk]
serial: /dev/serial/by-id/usb-Klipper_rp2040_E6635C469F344327-if00
restart_method: command
[force_move]
enable_force_move: True
[printer]
kinematics: corexy
max_velocity: 450
max_accel: 15000
minimum_cruise_ratio: 0.5
max_z_velocity: 30
max_z_accel: 700
square_corner_velocity: 5.0
[idle_timeout]
timeout: 1800
# Enable object exclusion
[exclude_object]
# Enable arcs support
[gcode_arcs]
resolution: 0.1
[save_variables]
filename: ~/printer_data/config/_saved_variables/variables.cfg
[virtual_sdcard]
path: /home/pi/printer_data/gcodes
on_error_gcode: CANCEL_PRINT
#####################################################################
# Boot procedure
#####################################################################
[delayed_gcode _boot_sequence]
initial_duration: 1.
gcode:
SET_GCODE_OFFSET Z=0
#####################################################################
# TMC autotune
#####################################################################
[autotune_tmc stepper_z]
motor: ldo-42sth48-2004ac
[autotune_tmc stepper_z1]
motor: ldo-42sth48-2004ac
[autotune_tmc stepper_z2]
motor: ldo-42sth48-2004ac
[autotune_tmc stepper_z3]
motor: ldo-42sth48-2004ac
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*#
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# 0.002504, 0.030004, 0.036254, 0.036254, 0.037504, 0.018754, 0.002504
#*# -0.024996, 0.002504, 0.016254, 0.015004, 0.028754, 0.002504, -0.013746
#*# -0.008746, 0.008754, 0.025004, 0.010004, 0.015004, -0.002496, -0.014996
#*# -0.002496, 0.011254, 0.013754, 0.000004, 0.003754, -0.007496, -0.013746
#*# -0.023746, -0.008746, 0.002504, -0.011246, -0.009996, -0.026246, -0.022496
#*# -0.019996, 0.001254, 0.005004, -0.008746, -0.006246, -0.018746, -0.021246
#*# -0.002496, 0.022504, 0.021254, 0.013754, 0.018754, 0.011254, 0.007504
#*# x_count = 7
#*# y_count = 7
#*# mesh_x_pps = 2
#*# mesh_y_pps = 2
#*# algo = bicubic
#*# tension = 0.2
#*# min_x = 40.0
#*# max_x = 259.96
#*# min_y = 40.0
#*# max_y = 259.96000000000004
#*#
#*# [input_shaper]
#*# shaper_type_x = mzv
#*# shaper_freq_x = 53.4
#*# shaper_type_y = mzv
#*# shaper_freq_y = 42.6