mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-06 05:24:02 -06:00
docs: Avoid using .. in markdown links
Using .. in the markdown link can confuse some document processors. Use an absolute link to github instead. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
9cb21de68e
commit
8bc9f39c58
7 changed files with 46 additions and 37 deletions
|
@ -42,9 +42,9 @@ possible G-Code command. Instead, Klipper prefers human readable
|
|||
|
||||
If one requires a less common G-Code command then it may be possible
|
||||
to implement it with a custom Klipper gcode_macro (see
|
||||
[example-extras.cfg](../config/example-extras.cfg) for details). For
|
||||
example, one might use this to implement: `G10`, `G11`, `G12`, `G29`,
|
||||
`G30`, `G31`, `M42`, `M80`, `M81`, etc.
|
||||
[example-extras.cfg](https://github.com/KevinOConnor/klipper/tree/master/config/example-extras.cfg)
|
||||
for details). For example, one might use this to implement: `G10`,
|
||||
`G11`, `G12`, `G29`, `G30`, `G31`, `M42`, `M80`, `M81`, etc.
|
||||
|
||||
## G-Code SD card commands
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue