diff options
author | Douglas Hammond <wizhippo@gmail.com> | 2019-02-25 22:30:13 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-02-26 12:07:00 -0500 |
commit | 3887ad4fce4d13707b182051aedf4f5c04727815 (patch) | |
tree | 23bebc1e2859512a523eda4e5392c612b1391037 /config | |
parent | 34209e6189efb8d41ff54e21c47c1a6ec0c36c0e (diff) | |
download | kutter-3887ad4fce4d13707b182051aedf4f5c04727815.tar.gz kutter-3887ad4fce4d13707b182051aedf4f5c04727815.tar.xz kutter-3887ad4fce4d13707b182051aedf4f5c04727815.zip |
heater: Support generic gcode_id registration for sensors
Support reading a "gcode_id" parameter from heater/sensor config
sections.
Signed-off-by: Douglas Hammond <wizhippo@gmail.com>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config')
-rw-r--r-- | config/example-extras.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 5aed46d6..7aea28ee 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -587,6 +587,9 @@ #pid_integral_max: # The maximum "windup" the integral term may accumulate. The default # is to use the same value as max_power. +#gcode_id: +# If set, the temperature will be reported in M105 queries using the +# given id. The default is to not report the temperature via M105. # Additional micro-controllers (one may define any number of sections |