aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2020-12-01 12:51:00 -0500
committerKevin O'Connor <kevin@koconnor.net>2020-12-01 12:51:49 -0500
commitd42930e23283bb74875e94515d80ffd9a1bb3b94 (patch)
tree6cec036ddb2c70de251a8fe6db7dfa39c3f50c9f
parent1f4c52e7db2ff5a1ea7296022fcbdcc8bc3d714c (diff)
downloadkutter-d42930e23283bb74875e94515d80ffd9a1bb3b94.tar.gz
kutter-d42930e23283bb74875e94515d80ffd9a1bb3b94.tar.xz
kutter-d42930e23283bb74875e94515d80ffd9a1bb3b94.zip
docs: Update Command_Templates.md to note printer.controller_fan.speed
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-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