forked from gritsenko-konstantin/DoomConfig
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathautoz.cfg
More file actions
33 lines (28 loc) · 793 Bytes
/
autoz.cfg
File metadata and controls
33 lines (28 loc) · 793 Bytes
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
#############################
###### Z Calibration ######
#############################
[z_calibration]
# position on z-endstop for nozzle probing
probe_nozzle_x: 205
probe_nozzle_y: 305
# position on z-endstop for switch probing
probe_switch_x: 199
probe_switch_y: 283
# position on bed for print surface probing
# !!! this must be the relative reference point of the mesh, if using one !!!
#probe_bed_x: 150
#probe_bed_y: 150
switch_offset: 0.29 # 0.670 ; smaller is more away from bed!
max_deviation: 5
speed: 300
clearance: 10
probing_second_speed: 5
probing_retract_dist: 2
probing_first_fast: true
## customize CALIBRATE Z gcode
[gcode_macro CALIBRATE_Z]
rename_existing: BASE_CALIBRATE_Z
gcode:
M117 Z-Calibration..
BASE_CALIBRATE_Z
M117