Updated QGL for probe offset
This commit is contained in:
parent
e8a4de3404
commit
6bc0a7258a
|
|
@ -318,7 +318,7 @@ stealthchop_threshold: 0
|
||||||
## If your probe is NO instead of NC, add change pin to !z:P1.24
|
## If your probe is NO instead of NC, add change pin to !z:P1.24
|
||||||
pin: z:P1.24
|
pin: z:P1.24
|
||||||
x_offset: 0
|
x_offset: 0
|
||||||
y_offset: 29.0
|
y_offset: 25.0
|
||||||
z_offset: 0
|
z_offset: 0
|
||||||
speed: 10.0
|
speed: 10.0
|
||||||
samples: 4
|
samples: 4
|
||||||
|
|
@ -436,10 +436,10 @@ gcode:
|
||||||
# 310, 320
|
# 310, 320
|
||||||
# Probe points
|
# Probe points
|
||||||
#points:
|
#points:
|
||||||
# 60,60
|
# 50,25
|
||||||
# 60,200
|
# 50,175
|
||||||
# 200,200
|
# 200,175
|
||||||
# 200,60
|
# 200,25
|
||||||
|
|
||||||
## Gantry Corners for 300mm Build
|
## Gantry Corners for 300mm Build
|
||||||
## Uncomment for 300mm build
|
## Uncomment for 300mm build
|
||||||
|
|
@ -448,10 +448,10 @@ gcode:
|
||||||
# 360,370
|
# 360,370
|
||||||
# Probe points
|
# Probe points
|
||||||
#points:
|
#points:
|
||||||
# 60,60
|
# 50,25
|
||||||
# 60,240
|
# 50,225
|
||||||
# 240,240
|
# 250,225
|
||||||
# 240,60
|
# 250,25
|
||||||
|
|
||||||
## Gantry Corners for 350mm Build
|
## Gantry Corners for 350mm Build
|
||||||
## Uncomment for 350mm build
|
## Uncomment for 350mm build
|
||||||
|
|
@ -460,10 +460,10 @@ gcode:
|
||||||
# 410,420
|
# 410,420
|
||||||
# Probe points
|
# Probe points
|
||||||
#points:
|
#points:
|
||||||
# 60,60
|
# 50,25
|
||||||
# 60,290
|
# 50,275
|
||||||
# 290,290
|
# 300,275
|
||||||
# 290,60
|
# 300,25
|
||||||
|
|
||||||
#--------------------------------------------------------------------
|
#--------------------------------------------------------------------
|
||||||
speed: 100
|
speed: 100
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue