-
Notifications
You must be signed in to change notification settings - Fork 0
/
printer.cfg
160 lines (144 loc) · 4.16 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
[include mmu/optional/client_macros.cfg]
[include mmu/addons/dc_espooler.cfg]
[include mmu/base/CUSTOM_MACROS/*.cfg]
[include mmu/base/*.cfg]
[include mainsail.cfg]
[include Hardware/*]
[include Macros/*]
[include sensorless_homing.cfg]
#[include KAMP_Settings.cfg]
#[include AFC/*.cfg]
[virtual_sdcard]
path: ~/printer_data/gcodes
on_error_gcode: PAUSE
[save_variables]
#filename: ~/printer_data/config/saved_variables.cfg
filename: ~/printer_data/config/mmu/mmu_vars.cfg
[gcode_arcs]
resolution: .4
[pause_resume]
[display_status]
[exclude_object]
[force_move]
enable_force_move : True
[respond]
default_type: echo
[mcu th]
serial: /dev/ttyS2
restart_method: command
[mcu]
serial: /dev/ttyS0
restart_method: command
[printer]
kinematics:corexy
max_velocity: 500
max_accel: 18000
max_z_velocity: 10
max_z_accel: 1200
square_corner_velocity: 8
#[duplicate_pin_override]
#pins: AFC:HUB , th:gpio28 , AFC:EXT1
#[filament_switch_sensor HUB_Sensor]
#switch_pin: ^AFC:HUB
#pause_on_runout: False
#[filament_switch_sensor Extruder_Sensor]
#switch_pin: th:gpio28
#pause_on_runout: False
#[filament_switch_sensor Lane1_Sensor]
#switch_pin: ^AFC:EXT1
#pause_on_runout: False
[idle_timeout]
# only turn off heaters and motors if the printer is not paused
gcode:
{% if not printer.pause_resume.is_paused %}
TURN_OFF_HEATERS
M84
{% endif %}
timeout: 6000
[skew_correction]
#[shaketune]
#result_folder: ~/printer_data/config/ShakeTune_results
# The folder where the results will be stored. It will be created if it doesn't exist.
#number_of_results_to_keep: 3
# The number of results to keep in the result_folder. The oldest results will
# be automatically deleted after each runs.
#keep_raw_csv: False
# If True, the raw CSV files will be kept in the result_folder alongside the
# PNG graphs. If False, they will be deleted and only the graphs will be kept.
#show_macros_in_webui: True
# Mainsail and Fluidd doesn't create buttons for "system" macros that are not in the
# printer.cfg file. If you want to see the macros in the webui, set this to True.
#timeout: 300
# The maximum time in seconds to let Shake&Tune process the CSV files and generate the graphs.
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*#
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# 0.161250, 0.115208, 0.082187, 0.072240, 0.069948, 0.093958, 0.125833, 0.157656
#*# 0.113750, 0.067969, 0.030365, 0.023333, 0.023958, 0.049219, 0.090521, 0.142917
#*# 0.100208, 0.070052, 0.040885, 0.029792, 0.039115, 0.065260, 0.099219, 0.145937
#*# 0.088698, 0.046042, 0.006875, 0.013229, 0.014323, 0.030729, 0.067865, 0.118906
#*# 0.084167, 0.049740, 0.011198, -0.000625, 0.011354, 0.029479, 0.047969, 0.088490
#*# 0.126823, 0.084896, 0.044583, 0.036771, 0.039323, 0.057552, 0.094271, 0.146927
#*# 0.130104, 0.089583, 0.063385, 0.044687, 0.047760, 0.065104, 0.094062, 0.131406
#*# 0.140885, 0.105573, 0.067396, 0.047760, 0.058385, 0.092969, 0.126354, 0.159531
#*# x_count = 8
#*# y_count = 8
#*# mesh_x_pps = 2
#*# mesh_y_pps = 2
#*# algo = bicubic
#*# tension = 0.2
#*# min_x = 20.0
#*# max_x = 230.0
#*# min_y = 15.0
#*# max_y = 229.97
#*#
#*# [probe]
#*# z_offset = 3.050
#*#
#*# [input_shaper]
#*# shaper_type_x = mzv
#*# shaper_freq_x = 53.2
#*# shaper_type_y = mzv
#*# shaper_freq_y = 46.6
#*#
#*# [bed_mesh adaptive]
#*# version = 1
#*# points =
#*# -0.036094, -0.044219, -0.035521, 0.007865
#*# -0.015417, -0.026719, -0.012656, 0.014792
#*# -0.003125, -0.010156, 0.007552, 0.033437
#*# x_count = 4
#*# y_count = 3
#*# mesh_x_pps = 2
#*# mesh_y_pps = 2
#*# algo = lagrange
#*# tension = 0.2
#*# min_x = 53.68639999999999
#*# max_x = 191.29639999999998
#*# min_y = 74.0874
#*# max_y = 171.00740000000002
#*#
#*# [heater_bed]
#*# control = pid
#*# pid_kp = 73.449
#*# pid_ki = 1.564
#*# pid_kd = 862.113
#*#
#*# [extruder]
#*# control = pid
#*# pid_kp = 44.527
#*# pid_ki = 7.812
#*# pid_kd = 63.451
#*#
#*# [skew_correction califlower]
#*# xy_skew = -0.0018085021595830163
#*# xz_skew = 0.0
#*# yz_skew = 0.0
#*#
#*# [skew_correction CaliFlower]
#*# xy_skew = -2.220446049250313e-16
#*# xz_skew = 0.0
#*# yz_skew = 0.0