Skip to content

Commit

Permalink
Trying to fix some broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob-the-Kuhn committed May 9, 2017
1 parent 9ac56bd commit f90933c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _configuration/probes.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ What kind of probe do you have?
- `Z_PROBE_ALLEN_KEY`
This is a popular solution on deltas. A spare Allen key is used with an endstop switch to make a probe that's deployed and stowed by turning the key 90 degrees. You can either deploy and stow the key manually or configure movements that bump the key against some fixed point. Options for this type of probe are included in the delta example configurations that come with Marlin.
- `PROBE_MANUALLY`
The bed-nozzle distance can be measured without a probe by following a [manual procedure](link). The nozzle moves to each point and pauses. You adjust the Z height so that the nozzle is touching the bed. Once the Z height is adjusted, you tell the machine to go to the next point. Continue until all points are probed. This option can be used with all Auto Bed Leveling options except UBL, which is freestanding.
The bed-nozzle distance can be measured without a probe by following a [`manual procedure`](/docs/gcode/G029-mbl.html). The nozzle moves to each point and pauses. You adjust the Z height so that the nozzle is touching the bed. Once the Z height is adjusted, you tell the machine to go to the next point. Continue until all points are probed. This option can be used with all Auto Bed Leveling options except UBL, which is freestanding.

#### 3. Other Probe Options

Expand Down
21 changes: 21 additions & 0 deletions _gcode/G029-ubl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
tag: g29c
title: Coming Soon
brief: Description Here

experimental: false
group: none

codes:
- G29

long:

notes:

parameters:

examples:

---

0 comments on commit f90933c

Please sign in to comment.