diff options
Diffstat (limited to 'docs/Command_Templates.md')
-rw-r--r-- | docs/Command_Templates.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Command_Templates.md b/docs/Command_Templates.md index d9533f29..0d45b7b3 100644 --- a/docs/Command_Templates.md +++ b/docs/Command_Templates.md @@ -139,8 +139,8 @@ gcode: M106 S{ printer.fan.speed * 0.9 * 255} ``` -Available fields are defined in the [Status -Reference](Status_Reference.md) document. +Available fields are defined in the +[Status Reference](Status_Reference.md) document. Important! Macros are first evaluated in entirety and only then are the resulting commands executed. If a macro issues a command that |