-
Notifications
You must be signed in to change notification settings - Fork 1
/
variables.cfg
316 lines (262 loc) · 12.4 KB
/
variables.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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
[gcode_macro _USER_VARIABLES]
# Enable verbose output to let the macro have a chat
variable_verbose: True
variable_exhaust_vent_on_val: 40
variable_chamber_temp: 50
###################################################
# Feedrate and accels setpoints for all the macros
###################################################
## SPEEDS
variable_homing_travel_speed: 350
variable_travel_speed: 350
variable_z_drop_speed: 15
variable_brush_clean_speed: 100
variable_probe_dock_speed: 60
## ACCELS
## Those are specific accel settings for some of the macros
variable_homing_travel_accel: 3000
variable_tilting_travel_accel: 3000
variable_brush_clean_accel: 1500
variable_probe_dock_accel: 2000
## Accel to decel scale factor (default is 75% of the accel)
variable_accel_to_decel_factor: 0.75
#################################################
# Homing, start_print and end_print variables
#################################################
## Physical Z endstop pin position. This variable is used only if
## you don't use the automatic z_calibration plugin: if this plugin is
## installed, the z endstop pin position is directly extracted from the
## plugin config file (see config/software/z_calibration.cfg) or its user override.
variable_zendstop_position: 232.0,350 # change it ONLY if not using the auto z calibration plugin !!!
## Force always a full homing and QGL/Z_TILT during the START_PRINT macro
variable_force_homing_in_start_print: True
## Z hop before homing to avoid grinding
## the bed due to the gantry sag
variable_homing_zhop: 5
## XY axis homing order and backoff distance after touching the endstops
variable_homing_first: "X" # can be set to "Y" first
variable_homing_backoff_distance_xy: -5, -5 # move 5mm in negative direction on both axis
## Percentage of run_current used while sensorless homing (if used)
variable_sensorless_current_factor: 75
## margin to avoid the probe dock when homing
variable_probe_dock_margin_xy: 0, 0
## Temperature of the extruder used to preheat the chamber temperature and do some START_PRINT actions
variable_safe_extruder_temp: 260
## Prime line parameters
variable_prime_line_xy: 20, 2.5 # starting point
variable_prime_line_direction: "X" # can also be set to "Y"
variable_prime_line_length: 20 # length of the prime line on the bed (in mm)
variable_prime_line_purge_distance: 15 # length of filament to purge (in mm)
variable_prime_line_flowrate: 10 # mm3/s used for the prime line
## Park position used when pause, end_print, etc...
variable_park_position_xy: 193, 350
variable_park_lift_z: 5
## Automatically disable motors in the END_PRINT macro
variable_disable_motors_in_end_print: False
## Automatically turn-off heaters in the END_PRINT macro
variable_turn_off_heaters_in_end_print: True
#########################################################
# Dockable probe variables (if available in the machine)
#########################################################
## Bed size used to avoids doing a probe_accuracy or probe_calibrate outside the bed
## This has no effect in the macros beside a safety check (not mandatory to be changed)
variable_min_bed_xy: 0, 0
variable_max_bed_xy: 355, 355
## Minimum safe Z height to attach/detach probe
variable_probe_min_z_travel: 20
## Position of the probe dock
variable_probe_dock_location_xy: -1, -1
## Servo angles used to define the retracted and deployed positions
## of the dock (if applicable). These variables are only used if a probe servo
## is included in the config and have no effect if it's not the case
variable_probe_servo_angle_retracted: 0
variable_probe_servo_angle_deployed: 90
## Positions of the toolhead when docking/undocking the probe
## See diagram below for help
variable_probe_before_attach_position: "front"
variable_probe_after_attach_position : "front"
variable_probe_before_dock_position : "front" # generaly same as probe_after_attach_position
variable_probe_after_dock_position : "left"
variable_probe_move_attach_length: 30
variable_probe_move_dock_length: 30
## Y
## ^
## | back
## | ^
## | left < O > right
## | v
## | front
## |_ _ _ _ _ _ _ _ _ _ _ _> X
## If there is an error during a tilting procedure (QGL or Z_TILT_ADJUST) or during a BED_MESH_CALIBRATE
## then automatically dock the probe before stopping all actions. This avoid letting the probe
## very close to a very hot bed doing nothing as this could destroy the probe microswitch
variable_autodock_on_probe_error: True
##########################################################
# Voron TAP probe variables (if available in the machine)
##########################################################
variable_tap_max_probing_temp: 150
variable_tap_deactivation_zhop: 5 # this is used to Z hop before restoring the temperature to avoid burnt PEI
##########################################
# Material and specific print parameters
##########################################
## default START_PRINT parameters
variable_print_default_bed_temp: 110
variable_print_default_extruder_temp: 260
variable_print_default_chamber_temp: 30
variable_print_default_chamber_max_heating_time: 8
variable_print_default_soak: 8
variable_print_default_material: "XXX"
## Material configuration parameters applied during START_PRINT by using the slicer MATERIAL variable
## FYI, retract paramaters are used only if firmware retraction is enabled, filter speed (in %) is used if
## there is a filter installed on the machine, etc...
## If you are using another material, just extend the list bellow with a new material and everything should work :)
variable_material_parameters: {
'PLA': {
'pressure_advance': 0.0525,
'retract_length': 0.75,
'unretract_extra_length': 0,
'retract_speed': 40,
'unretract_speed': 30,
'filter_speed': 0,
'additional_z_offset': 0
},
'PET': {
'pressure_advance': 0.0650,
'retract_length': 1.4,
'unretract_extra_length': 0,
'retract_speed': 30,
'unretract_speed': 20,
'filter_speed': 0,
'additional_z_offset': 0.020
},
'ASA': {
'pressure_advance': 0.0350,
'retract_length': 0.5,
'unretract_extra_length': 0,
'retract_speed': 40,
'unretract_speed': 30,
'filter_speed': 80,
'additional_z_offset': 0
},
'ABS': {
'pressure_advance': 0.0350,
'retract_length': 0.75,
'unretract_extra_length': 0,
'retract_speed': 40,
'unretract_speed': 30,
'filter_speed': 80,
'additional_z_offset': 0
},
'ABS+': {
'pressure_advance': 0.0350,
'retract_length': 0.6,
'unretract_extra_length': 0,
'retract_speed': 40,
'unretract_speed': 30,
'filter_speed': 80,
'additional_z_offset': 0
},
'NYLON': {
'pressure_advance': 0.0350,
'retract_length': 0.5,
'unretract_extra_length': 0,
'retract_speed': 40,
'unretract_speed': 30,
'filter_speed': 80,
'additional_z_offset': 0
}
}
################################################
## MMU/ERCF specific variables
################################################
## This section is only considered if an MMU/ERCF is installed and configured
variable_mmu_force_homing_in_start_print: True
variable_mmu_unload_on_cancel_print: True
variable_mmu_unload_on_end_print: True
variable_mmu_check_gates_on_start_print: True # True is recommended but you must have TOOLS_USED=!referenced_tools! in your slicer START_PRINT parameters. Otherwise it will only check the INITIAL TOOL...
variable_mmu_check_errors_on_start_print: False # Set to True if you want an early check of MMU errors during the START_PRINT sequence.
################################################
## Filter specific variables
################################################
## This section is only considered if a filter is available (and enabled)
variable_filter_default_time_on_end_print = 600 # seconds
################################################
# Other hardware options used in the macros
################################################
## Brush and purge bucket available in the machine
## If this is not available in the machine, set both positions
## variables to "-1, -1, -1" for safety
variable_purge_and_brush_enabled: True
variable_force_homing_before_brush: True # Add an homing of the Z axis before a clean to be sure to not miss the brush
variable_brush_over_y_axis: True # Cleanup is done moving the extruder along the Y axis, then X axis. If false, only X axis is done
variable_brush_xyz: 250, 350, 15 # Position of the brush center for nozzle cleaning
variable_purge_bucket_xyz: 5, 350, 5 # Purge bucket position
variable_purge_distance: 15 # Amount to purge (in mm)
variable_purge_ooze_time: 10 # Time (in seconds) to wait after the purge to let the nozzle ooze before going to the brush
## Servo angles used to define the retracted and deployed positions
## of the purge bucket and brush (if applicable). These variables are only used if a purge
## bucket servo is included in the config and have no effect if it's not the case
variable_purgeclean_servo_angle_retracted: 0
variable_purgeclean_servo_angle_deployed: 90
## White light parameters (if installed in the machine)
variable_light_intensity_start_print: 100
variable_light_intensity_printing: 30
variable_light_intensity_end_print: 20
## Patch the M190/M109 commands to avoid some wait time while the temperature
## settle on very low thermal latency devices (such as the BambuLabs hotend)
variable_fix_heaters_temperature_settle: False
## Resonnance testing position (if an accelerometer is installed in the machine)
## If test point is let to -1,-1, it default to the center of the bed at 50mm high
variable_resonnance_test_point_xy: -1, -1
variable_resonnance_test_z_clearance: 50
## SteathBurner minidisplay and case leds colors (if installed in the machine)
variable_status_leds_colors: {
'logo': {
'busy': {'r': 0.4, 'g': 0.0, 'b': 0.0, 'w': 0.0},
'cleaning': {'r': 0.0, 'g': 0.02, 'b': 0.5, 'w': 0.0},
'calibrating_z': {'r': 0.8, 'g': 0., 'b': 0.35, 'w': 0.0},
'heating': {'r': 0.3, 'g': 0.18, 'b': 0.0, 'w': 0.0},
'homing': {'r': 0.0, 'g': 0.6, 'b': 0.2, 'w': 0.0},
'leveling': {'r': 0.5, 'g': 0.1, 'b': 0.4, 'w': 0.0},
'meshing': {'r': 0.2, 'g': 1.0, 'b': 0.0, 'w': 0.0},
'on': {'r': 0.8, 'g': 0.8, 'b': 0.8, 'w':1.0},
'off': {'r': 0.0, 'g': 0.0, 'b': 0.0, 'w': 0.0},
'printing': {'r': 1.0, 'g': 0.0, 'b': 0.0, 'w': 0.0},
'standby': {'r': 0.01, 'g': 0.01, 'b': 0.01, 'w': 0.1},
'error': {'r': 0.6, 'g': 0.0, 'b': 0.0, 'w':0.0},
},
'nozzle': {
'heating': {'r': 0.8, 'g': 0.35, 'b': 0.0, 'w':0.0},
'off': {'r': 0.0, 'g': 0.0, 'b': 0.0, 'w': 0.0},
'on': {'r': 0.8, 'g': 0.8, 'b': 0.8, 'w':1.0},
'standby': {'r': 0.6, 'g': 0.0, 'b': 0.0, 'w':0.0},
'error': {'r': 0.6, 'g': 0.0, 'b': 0.0, 'w':0.0},
},
'caselight': {
'busy': {'r': 0.4, 'g': 0.0, 'b': 0.0, 'w': 0.0},
'cleaning': {'r': 0.0, 'g': 0.02, 'b': 0.5, 'w': 0.0},
'calibrating_z': {'r': 0.8, 'g': 0., 'b': 0.35, 'w': 0.0},
'heating': {'r': 0.3, 'g': 0.18, 'b': 0.0, 'w': 0.0},
'homing': {'r': 0.0, 'g': 0.6, 'b': 0.2, 'w': 0.0},
'leveling': {'r': 0.5, 'g': 0.1, 'b': 0.4, 'w': 0.0},
'meshing': {'r': 0.2, 'g': 1.0, 'b': 0.0, 'w': 0.0},
'on': {'r': 0.8, 'g': 0.8, 'b': 0.8, 'w':1.0},
'off': {'r': 0.0, 'g': 0.0, 'b': 0.0, 'w': 0.0},
'printing': {'r': 1.0, 'g': 0.0, 'b': 0.0, 'w': 0.0},
'standby': {'r': 0.01, 'g': 0.01, 'b': 0.01, 'w': 0.1},
'error': {'r': 0.6, 'g': 0.0, 'b': 0.0, 'w':0.0},
},
'minidisplay': {
'on': {'r': 0.0, 'g': 0.2, 'b': 0.4, 'w':1.0},
'off': {'r': 0.0, 'g': 0.0, 'b': 0.0, 'w': 0.0},
'error': {'r': 0.4, 'g': 0.0, 'b': 0.0, 'w':0.0},
},
'thermal': {
'hot': {'r': 1.0, 'g': 0.0, 'b': 0.0, 'w': 0.0},
'cold': {'r': 0.3, 'g': 0.0, 'b': 0.3, 'w': 0.0}
}
}
## Do not remove the next lines
gcode:
#[save_variables]
#filename: ~/printer_data/config/save_variables.cfg