Skip to content

Instantly share code, notes, and snippets.

@logxen
Created December 21, 2014 06:14
Show Gist options
  • Save logxen/10d8433bce103c28200d to your computer and use it in GitHub Desktop.
Save logxen/10d8433bce103c28200d to your computer and use it in GitHub Desktop.
thermocouple config block sample
# 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