Settings PID

This commit is contained in:
sergiuToporjinschi
2022-02-02 00:07:03 +02:00
parent 3e83707069
commit 24dd595d43
5 changed files with 32 additions and 6 deletions
@@ -13,7 +13,7 @@
<div class="input-prepend input-append">
{{ snipped.linkToMarlin("M104", "Marlin website") }}
<span class="add-on" title="Command to preheat the tool before testing">M104&nbsp;&nbsp;&nbsp;S</span>
<input type="number" id="temperature" class="input-mini" step="1" min="0" max="280"
<input type="number" id="temperature" class="input-mini" step="1" min="180" max="280"
title="The temperature used to extrude in testing (&#186;C)&#013;Is better to be a bit higher then usual for reducing the nuzzle pressure" data-bind="value: $root.testParam.extrudeTemp">
</div>
</div>