diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-12-01 12:51:00 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-12-01 12:51:49 -0500 |
commit | d42930e23283bb74875e94515d80ffd9a1bb3b94 (patch) | |
tree | 6cec036ddb2c70de251a8fe6db7dfa39c3f50c9f | |
parent | 1f4c52e7db2ff5a1ea7296022fcbdcc8bc3d714c (diff) | |
download | kutter-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.md | 5 |
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 |