aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Config_Changes.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2021-05-28 20:58:32 -0400
committerKevin O'Connor <kevin@koconnor.net>2021-05-28 20:58:32 -0400
commit977c334e2ec15647dda128516f286cdcfeab2964 (patch)
treeab6bcc548b577cadd2431c57bf9f3403fb292a9c /docs/Config_Changes.md
parent624d94f6acbcb6f860d6f1c01c81e277bbf1f21e (diff)
downloadkutter-977c334e2ec15647dda128516f286cdcfeab2964.tar.gz
kutter-977c334e2ec15647dda128516f286cdcfeab2964.tar.xz
kutter-977c334e2ec15647dda128516f286cdcfeab2964.zip
docs: Avoid link descriptions that span multiple lines
The Jekyll markdown renderer gets confused by links that span multiple lines. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r--docs/Config_Changes.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md
index 5025d9f7..15d94883 100644
--- a/docs/Config_Changes.md
+++ b/docs/Config_Changes.md
@@ -9,8 +9,9 @@ All dates in this document are approximate.
20210503: The gcode_macro `default_parameter_<name>` config option is
deprecated. Use the `params` pseudo-variable to access macro
parameters. Other methods for accessing macro parameters will be
-removed in the near future. See the [Command Templates
-document](Command_Templates.md#macro-parameters) for examples.
+removed in the near future. See the
+[Command Templates document](Command_Templates.md#macro-parameters)
+for examples.
20210430: The SET_VELOCITY_LIMIT (and M204) command may now set a
velocity, acceleration, and square_corner_velocity larger than the
@@ -23,8 +24,8 @@ config option will be removed in the near future.
20210313: Klipper's support for micro-controllers that communicate
with CAN bus has changed. If using CAN bus then all micro-controllers
-must be reflashed and the [Klipper configuration must be
-updated](CANBUS.md).
+must be reflashed and the
+[Klipper configuration must be updated](CANBUS.md).
20210310: The TMC2660 default for driver_SFILT has been changed from 1
to 0.