diff options
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r-- | docs/Config_Changes.md | 9 |
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. |