aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorth33xitus <th33xitus@googlemail.com>2022-05-18 10:32:21 +0200
committerKevinOConnor <kevin@koconnor.net>2022-05-18 12:05:28 -0400
commitbbb06a014b709ca1566124938f438d3e5fe019bc (patch)
tree0b2eb26a21630cc6f11edf53749643ba628a1ef0 /docs
parent996b73e25d00c5aa5d740b8f2d53c78ef9919401 (diff)
downloadkutter-bbb06a014b709ca1566124938f438d3e5fe019bc.tar.gz
kutter-bbb06a014b709ca1566124938f438d3e5fe019bc.tar.xz
kutter-bbb06a014b709ca1566124938f438d3e5fe019bc.zip
docs: fix links to Config_Reference.md
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/G-Codes.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md
index 26b03e8c..5e562da4 100644
--- a/docs/G-Codes.md
+++ b/docs/G-Codes.md
@@ -335,8 +335,8 @@ changes the active hotend.
[ADVANCE=<pressure_advance>]
[SMOOTH_TIME=<pressure_advance_smooth_time>]`: Set pressure advance
parameters of an extruder stepper (as defined in an
-[extruder](Config_Reference#extruder) or
-[extruder_stepper](Config_Reference#extruder_stepper) config section).
+[extruder](Config_Reference.md#extruder) or
+[extruder_stepper](Config_Reference.md#extruder_stepper) config section).
If EXTRUDER is not specified, it defaults to the stepper defined in
the active hotend.
@@ -344,8 +344,8 @@ the active hotend.
`SET_EXTRUDER_ROTATION_DISTANCE EXTRUDER=<config_name>
[DISTANCE=<distance>]`: Set a new value for the provided extruder
stepper's "rotation distance" (as defined in an
-[extruder](Config_Reference#extruder) or
-[extruder_stepper](Config_Reference#extruder_stepper) config section).
+[extruder](Config_Reference.md#extruder) or
+[extruder_stepper](Config_Reference.md#extruder_stepper) config section).
If the rotation distance is a negative number then the stepper motion
will be inverted (relative to the stepper direction specified in the
config file). Changed settings are not retained on Klipper reset. Use
@@ -357,10 +357,10 @@ current rotation distance.
#### SYNC_EXTRUDER_MOTION
`SYNC_EXTRUDER_MOTION EXTRUDER=<name> MOTION_QUEUE=<name>`: This
command will cause the stepper specified by EXTRUDER (as defined in an
-[extruder](Config_Reference#extruder) or
-[extruder_stepper](Config_Reference#extruder_stepper) config section)
+[extruder](Config_Reference.md#extruder) or
+[extruder_stepper](Config_Reference.md#extruder_stepper) config section)
to become synchronized to the movement of an extruder specified by
-MOTION_QUEUE (as defined in an [extruder](Config_Reference#extruder)
+MOTION_QUEUE (as defined in an [extruder](Config_Reference.md#extruder)
config section). If MOTION_QUEUE is an empty string then the stepper
will be desynchronized from all extruder movement.
@@ -436,7 +436,7 @@ retraction and displays them on the terminal.
The force_move module is automatically loaded, however some commands
require setting `enable_force_move` in the
-[printer config](Config_Reference#force_move).
+[printer config](Config_Reference.md#force_move).
#### STEPPER_BUZZ
`STEPPER_BUZZ STEPPER=<config_name>`: Move the given stepper forward