Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MarlinFirmware/MarlinDocumentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/_gcode
diff options
context:
space:
mode:
authorScott Lahteine <thinkyhead@users.noreply.github.com>2022-03-11 01:15:55 +0300
committerScott Lahteine <thinkyhead@users.noreply.github.com>2022-03-11 01:18:03 +0300
commitaea476fb1eed4bb633d9f09617a844400be3349d (patch)
treef1f17cf5a9e187a13f99069d26d3605c05f75ee1 /_gcode
parent17dac64fcbde2def381e1367930131e0c7e4ef47 (diff)
🎨 Clean up some links
Diffstat (limited to '_gcode')
-rw-r--r--_gcode/G034-mgc.md2
-rw-r--r--_gcode/M240.md2
-rw-r--r--_gcode/M915.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/_gcode/G034-mgc.md b/_gcode/G034-mgc.md
index 873ce5f7..8d22f259 100644
--- a/_gcode/G034-mgc.md
+++ b/_gcode/G034-mgc.md
@@ -42,7 +42,7 @@ example:
- G34
---
-The command aims to align the ends of the X gantry. Here's a [video demonstration](//www.youtube.com/watch?v=3jAFQdTk8iw&t=684s).
+This command is used to align the ends of the X gantry. See the [video demonstration](//youtu.be/3jAFQdTk8iw?t=684) above.
- The carriage moves to `GANTRY_CALIBRATION_SAFE_POSITION`, also called the "pounce" position.
- If possible, the Z stepper current is reduced to the value specified by `S` (or `GANTRY_CALIBRATION_CURRENT`) to prevent damage to steppers and other parts. *The reduced current should be just high enough to move the Z axis when not blocked.*
diff --git a/_gcode/M240.md b/_gcode/M240.md
index d5c12ebd..ddb4eca0 100644
--- a/_gcode/M240.md
+++ b/_gcode/M240.md
@@ -12,7 +12,7 @@ codes: [ M240 ]
notes:
- "`CHDK_PIN` or `PHOTOGRAPH_PIN` is required prior to Marlin 2.0.0."
- To use the `CHDK_PIN` or `PHOTOGRAPH_PIN` option with a digital camera see [this article](//www.doc-diy.net/photo/rc-1_hacked/).
- - To use an endstop or contact switch as a shutter switch for your smartphone's camera, see [this video](//youtube.com/watch?v=i5g3ziK5wpI).
+ - To use an endstop or contact switch as a shutter switch for your smartphone's camera, see [this video](//youtu.be/i5g3ziK5wpI).
parameters:
-
diff --git a/_gcode/M915.md b/_gcode/M915.md
index f014f553..eb21c23f 100644
--- a/_gcode/M915.md
+++ b/_gcode/M915.md
@@ -45,7 +45,7 @@ example:
---
-The command aims to align the ends of the X gantry (for a Průša i3-style printer). Here's a [video demonstration](//youtube.com/watch?v=JqH41K2vq0g&t=300s).
+The command aims to align the ends of the X gantry (for a Průša i3-style printer). See the [video demonstration](//youtu.be/JqH41K2vq0g?t=300) above.
Using the given current, Marlin will move the Z axis (at homing speed) to the top plus a given extra distance. _Since this intentionally stalls the Z steppers, you should use the minimum current required to move the axis._