-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathprinter.cfg
122 lines (108 loc) · 3.66 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
###################################################################
# Script Name : "printer.cfg"
# Description : Printer config file for CR3 Pro. with BigTreeTech Octopus Board
# Args :
# Author : Alexander Koehler
# Email : [email protected]
# Date : 10.07.2022
###################################################################
# Machine definitions
[include /home/pi/klipper_config/machine.cfg]
# BLTouch / Calibration
[include /home/pi/klipper_config/bltouch.cfg]
# Macros
[include /home/pi/klipper_config/macros.cfg]
[include /home/pi/klipper_config/dual_extruder.cfg]
# [include /home/pi/klipper_config/macros_dual_extruder.cfg] # Old Config, but not running in new Version from klipper since updating to v0.10.0-293 ;-(
[include /home/pi/klipper_config/macros_shell_command.cfg]
# screen
[include /home/pi/klipper_config/screen.cfg]
# Menu items
[include /home/pi/klipper_config/menu.cfg]
# Other
[include /home/pi/klipper_config/other.cfg]
# Timelapse
[include /home/pi/klipper_config/timelapse.cfg]
# Variables to store the default params (with Dual Extruders)
[save_variables]
filename: ~/klipper_config/variables.cfg ; variable storage file
#*# <---------------------- AK_SAVE_CONFIG Bed Mesh ---------------------->
#*#
# 4x4
[bed_mesh 4x4]
version = 1
points =
0.130000, -0.025000, -0.112500, -0.137500
0.280000, 0.075000, -0.072500, -0.162500
0.290000, 0.102500, -0.030000, -0.137500
0.255000, 0.065000, -0.072500, -0.202500
tension = 0.2
min_x = 4.0
algo = lagrange
y_count = 4
mesh_y_pps = 2
min_y = 12.0
x_count = 4
max_y = 216.99
mesh_x_pps = 2
max_x = 202.0
[bed_mesh default]
tension: 0.2
min_x: 4.0
min_y: 12.0
y_count: 6
mesh_y_pps: 2
x_count: 6
mesh_x_pps: 2
points:
0.177500, 0.137500, 0.125000, 0.147500, 0.210000, 0.180000
0.200000, 0.140000, 0.105000, 0.090000, 0.105000, 0.067500
0.137500, 0.117500, 0.067500, 0.060000, 0.087500, 0.025000
0.195000, 0.100000, 0.102500, 0.057500, 0.057500, -0.022500
0.190000, 0.155000, 0.090000, 0.067500, 0.080000, 0.025000
0.232500, 0.192500, 0.175000, 0.122500, 0.127500, 0.090000
algo: lagrange
version: 1
max_x: 202.0
max_y: 217.0
#[bed_mesh default]
#version = 1
#points =
# 0.187500, 0.157500, 0.155000, 0.152500, 0.207500, 0.180000
# 0.095000, 0.105000, 0.047500, 0.072500, 0.120000, 0.047500
# 0.117500, 0.085000, 0.045000, 0.045000, 0.082500, 0.022500
# 0.142500, 0.095000, 0.050000, 0.045000, 0.072500, -0.025000
# 0.155000, 0.110000, 0.080000, 0.077500, 0.097500, 0.042500
# 0.250000, 0.177500, 0.145000, 0.175000, 0.212500, 0.370000
#tension = 0.2
#min_x = 4.0
#algo = lagrange
#y_count = 6
#mesh_y_pps = 2
#min_y = 12.0
#x_count = 6
#max_y = 217.0
#mesh_x_pps = 2
#max_x = 202.0
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*#
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# 0.177500, 0.137500, 0.125000, 0.147500, 0.210000, 0.180000
#*# 0.200000, 0.140000, 0.105000, 0.090000, 0.105000, 0.067500
#*# 0.137500, 0.117500, 0.067500, 0.060000, 0.087500, 0.025000
#*# 0.195000, 0.100000, 0.102500, 0.057500, 0.057500, -0.022500
#*# 0.190000, 0.155000, 0.090000, 0.067500, 0.080000, 0.025000
#*# 0.232500, 0.192500, 0.175000, 0.122500, 0.127500, 0.090000
#*# tension = 0.2
#*# min_x = 4.0
#*# algo = lagrange
#*# y_count = 6
#*# mesh_y_pps = 2
#*# min_y = 12.0
#*# x_count = 6
#*# max_y = 217.0
#*# mesh_x_pps = 2
#*# max_x = 202.0