aboutsummaryrefslogtreecommitdiffstats
path: root/config/example-extras.cfg
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-05-04 14:16:21 -0400
committerKevin O'Connor <kevin@koconnor.net>2018-07-24 11:16:05 -0400
commiteba252d3fd963ae10a51bea644f2b0c9e504e559 (patch)
treed472e0a01f04adedfe5a47a11e91133cd8166da1 /config/example-extras.cfg
parent940db6bd70be981c2002905bbbbb7f41977b79e9 (diff)
downloadkutter-eba252d3fd963ae10a51bea644f2b0c9e504e559.tar.gz
kutter-eba252d3fd963ae10a51bea644f2b0c9e504e559.tar.xz
kutter-eba252d3fd963ae10a51bea644f2b0c9e504e559.zip
thermocouple: Add initial support for common SPI temperature sensing chips
Signed-off-by: Petri Honkala <cruwaller@gmail.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r--config/example-extras.cfg32
1 files changed, 32 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg
index e6c0adae..285006e4 100644
--- a/config/example-extras.cfg
+++ b/config/example-extras.cfg
@@ -631,6 +631,38 @@
# measurements must be provided.
+# MAXxxxxx serial peripheral interface (SPI) temperature based
+# sensors. The following parameters are available in heater sections
+# that use one of these sensor types.
+#[extruder]
+# See the "extruder" section in example.cfg for a description of
+# heater parameters. The parameters below describe sensor parameters.
+#sensor_type:
+# One of "MAX6675", "MAX31855", "MAX31856", or "MAX31865".
+#spi_mode:
+# The SPI mode to use when communicating with the chip. This
+# parameter must be provided.
+#spi_speed:
+# The SPI speed (in hz) to use when communicating with the chip.
+# This parameter must be provided.
+#sensor_pin:
+# The chip select line for the sensor chip. This parameter must be
+# provided.
+#tc_type: K
+#tc_use_50Hz_filter: False
+#tc_averaging_count: 1
+# The above parameters control the sensor parameters of MAX31856
+# chips. The defaults for each parameter are next to the parameter
+# name in the above list.
+#rtd_nominal_r: 100
+#rtd_reference_r: 430
+#rtd_num_of_wires: 2
+#rtd_use_50Hz_filter: False
+# The above parameters control the sensor parameters of MAX31865
+# chips. The defaults for each parameter are next to the parameter
+# name in the above list.
+
+
# G-Code macros (one may define any number of sections with a
# "gcode_macro" prefix).
#[gcode_macro my_cmd]