aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Example_Configs.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2022-03-17 21:50:33 -0400
committerKevin O'Connor <kevin@koconnor.net>2022-03-17 21:50:33 -0400
commitb4b19b8fc127051e12a9891990070b98bc6eac76 (patch)
tree4bdd5493eb41548a9566b97e48512d1f9fd9550e /docs/Example_Configs.md
parent98d3fffd7987078d82283888eb61e69eca0ecafb (diff)
downloadkutter-b4b19b8fc127051e12a9891990070b98bc6eac76.tar.gz
kutter-b4b19b8fc127051e12a9891990070b98bc6eac76.tar.xz
kutter-b4b19b8fc127051e12a9891990070b98bc6eac76.zip
docs: Add a link to Rotation_Distance.md in Example_Configs.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Example_Configs.md')
-rw-r--r--docs/Example_Configs.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/Example_Configs.md b/docs/Example_Configs.md
index 263dacd4..5c17f3e3 100644
--- a/docs/Example_Configs.md
+++ b/docs/Example_Configs.md
@@ -85,7 +85,9 @@ is also a useful resource for finding and sharing config files.
extruder - it is normally in the range of 20 to 35mm. When
specifying a `gear_ratio` it is preferable to specify the actual
gears on the mechanism (eg, prefer `gear_ratio: 80:20` over
- `gear_ratio: 4:1`).
+ `gear_ratio: 4:1`). See the
+ [rotation distance document](Rotation_Distance.md#using-a-gear_ratio)
+ for more information.
6. Avoid defining field values that are set to their default
value. For example, one should not specify `min_extrude_temp:
170` as that is already the default value.