Get thermistors from config, add temp sensors
This commit is contained in:
@ -40,6 +40,11 @@
|
||||
<label>PS Default Off:</label>
|
||||
<input name="PS_DEFAULT_OFF" type="checkbox" value="1" checked />
|
||||
|
||||
<label class="newline">Temp Sensor 0:</label><select name="TEMP_SENSOR_0"></select>
|
||||
<label class="newline">Temp Sensor 1:</label><select name="TEMP_SENSOR_1"></select>
|
||||
<label class="newline">Temp Sensor 2:</label><select name="TEMP_SENSOR_2"></select>
|
||||
<label class="newline">Bed Temp Sensor:</label><select name="TEMP_SENSOR_BED"></select>
|
||||
|
||||
<h2>Marlin/Configuration.h</h2>
|
||||
<pre id="config_text" class="prettyprint linenums"></pre>
|
||||
<h2>Marlin/Configuration_adv.h</h2>
|
||||
|
Reference in New Issue
Block a user