aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Command_Templates.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Command_Templates.md')
-rw-r--r--docs/Command_Templates.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/Command_Templates.md b/docs/Command_Templates.md
index fe2ff2c9..47f7755e 100644
--- a/docs/Command_Templates.md
+++ b/docs/Command_Templates.md
@@ -126,8 +126,9 @@ access it via the `[ ]` accessor - for example:
The following are common printer attributes:
- `printer.fan.speed`: The fan speed as a float between 0.0 and 1.0.
- This is also available on "heater_fan" and "fan_generic" config
- sections (eg, `printer["fan_generic my_fan"].speed`).
+ This is also available on "heater_fan", "fan_generic", and
+ "controller_fan" config sections (eg,
+ `printer["fan_generic my_fan"].speed`).
- `printer.gcode_move.gcode_position`: The current position of the
toolhead relative to the current G-Code origin. That is, positions
that one might directly send to a `G1` command. It is possible to