-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathautoz_calibration.cfg
45 lines (37 loc) · 1 KB
/
autoz_calibration.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
[gcode_macro AutoZ_CAL]
gcode:
#-----Home and Clear Bed mesh-----#
BED_MESH_CLEAR
STATUS_HOMING
G28
G90
M83
#-----Heat soak Bed----#
RESPOND MSG="Heating Bed..."
STATUS_HEATING
G1 Z20 F3000 ; move nozzle away from bed
M190 S60 ; Wait for Bed Temp
#------Quad Gauntry level-----#
RESPOND MSG="Quad Gauntry Leveling..."
STATUS_HOMING
G28
STATUS_LEVELING
QUAD_GANTRY_LEVEL
#-----Heat Soak Extruder-----#
RESPOND MSG="Heating Extruder..."
STATUS_HEATING
G1 Z20 F3000 ; move nozzle away from bed
M109 S250 ; Wait for Extruder Temp
RESPOND MSG="Waiting 30 seconds..."
G4 P{60000 * 0.5} ; give the nozzel 30 sec to stabilize
#-----Auto Z Calibration-----#
RESPOND MSG="Auto Z calibration..."
#STATUS_CLEANING
#clean_nozzle
STATUS_HOMING
CALIBRATE_Z
#----move to the center of the bed and set G90----#
STATUS_BUSY
G1 X150 Y150
G90
STATUS_READY