mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-06 21:44:13 -06:00
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>
This commit is contained in:
parent
624d94f6ac
commit
977c334e2e
10 changed files with 107 additions and 98 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue