aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Config_Changes.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r--docs/Config_Changes.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md
index 13c4da5e..900aad82 100644
--- a/docs/Config_Changes.md
+++ b/docs/Config_Changes.md
@@ -71,9 +71,11 @@ the near future.
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. Most users can replace a
+`default_parameter_NAME: VALUE` config option with a line like the
+following in the start of the macro: ` {% set NAME =
+params.NAME|default(VALUE)|float %}`. 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