updated ConfigSample/Smoothieboard for new link_to_tool setting for multitool temp...
authorLogxen <logxen@hotmail.com>
Sat, 17 May 2014 21:14:33 +0000 (14:14 -0700)
committerLogxen <logxen@hotmail.com>
Sat, 17 May 2014 21:14:33 +0000 (14:14 -0700)
ConfigSamples/Smoothieboard/config

index 12afba8..dfad8d3 100644 (file)
@@ -107,6 +107,7 @@ laser_module_enable                          false            # Whether to activ
 # Hotend1 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.link_to_tool      true             # This tells smoothie to enable and disable control of this hotend at the same time as the extruder of the same name
 temperature_control.hotend.thermistor_pin    0.23             # Pin for the thermistor to read
 temperature_control.hotend.heater_pin        2.5              # Pin that controls the heater
 temperature_control.hotend.thermistor        EPCOS100K        # see src/modules/tools/temperaturecontrol/TemperatureControl.cpp:64
@@ -124,6 +125,7 @@ temperature_control.hotend.d_factor         81.000           #
 # Hotend2 temperature control configuration
 #temperature_control.hotend2.enable            true             # Whether to activate this ( "hotend" ) module at all. 
                                                               # All configuration is ignored if false.
+#temperature_control.hotend2.link_to_tool      true            # This tells smoothie to enable and disable control of this hotend at the same time as the extruder of the same name
 #temperature_control.hotend2.thermistor_pin    0.25             # Pin for the thermistor to read
 #temperature_control.hotend2.heater_pin        1.23              # Pin that controls the heater
 #temperature_control.hotend2.thermistor        EPCOS100K        # see src/modules/tools/temperaturecontrol/TemperatureControl.cpp:64