Created
December 21, 2014 06:14
-
-
Save logxen/10d8433bce103c28200d to your computer and use it in GitHub Desktop.
thermocouple config block sample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Hotend temperature control configuration | |
temperature_control.hotend.enable true # Whether to activate this ( "hotend" ) module at all. | |
# All configuration is ignored if false. | |
temperature_control.hotend.sensor max31855 | |
temperature_control.hotend.spi_channel 0 | |
temperature_control.hotend.chip_select_pin 0.16 | |
temperature_control.hotend.set_m_code 104 # | |
temperature_control.hotend.set_and_wait_m_code 109 # | |
temperature_control.hotend.designator T # |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment