-Move notes above the fields (#2)

* -Move notes above the fields

* .
This commit is contained in:
Sergiu Toporjinschi
2022-02-05 14:58:15 +02:00
committed by GitHub
parent f97c90fc83
commit 1401aa8252
4 changed files with 22 additions and 22 deletions
@@ -1,6 +1,11 @@
{% import "macros.jinja2" as snipped %}
{{ snipped.subSection("Current PID values", true) }}
{{ snipped.subSection("Note", true) }}
{{ snipped.quote("It is recommended to run the tuning with conditions as close to printing as possible. This means filament loaded and the part cooling fan set to your normal speed. It is not essential, but you may
prefer to start this process with the hot end at room temperature.",
"<a href='https://teachingtechyt.github.io/calibration.html#pid' target='_blank'>For more information about how to use this visit teachingtechyt.github.io</a>", "text-warning") }}
{{ snipped.subSection("Current PID values") }}
<div class="row-fluid">
<div class="span5">
<label for="hotEndPid" class="pull-right" style="margin-top: 5px;" title="Current hot-end PID">
@@ -140,9 +145,4 @@
Start bed PID auto-tunning
</button>
</div>
</div>
{{ snipped.subSection("Note") }}
{{ snipped.quote("It is recommended to run the tuning with conditions as close to printing as possible. This means filament loaded and the part cooling fan set to your normal speed. It is not essential, but you may
prefer to start this process with the hot end at room temperature.",
"<a href='https://teachingtechyt.github.io/calibration.html#pid' target='_blank'>teachingtechyt.github.io</a>", "text-warning") }}
</div>