-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
@@ -14,7 +14,9 @@
{% macro quote(content, cite, class) %}
<blockquote>
<p class="{{ class }}">{{ _(content) }}</p>
{% if cite %}
<small>{{ cite }}</small>
{%endif %}
</blockquote>
{% endmacro %}
@@ -1,4 +1,3 @@
{% import "macros.jinja2" as snipped %}
Something in documentation tab...
<strong data-bind="text: gettext('test')"></strong>
{{ snipped.quote("For using this plugin, I strongly recommending you to read <a href='https://teachingtechyt.github.io/calibration.html#pid' target='_blank'>teachingtechyt.github.io</a>","", "text-warning") }}
@@ -1,6 +1,15 @@
{% import "macros.jinja2" as snipped %}
{{ snipped.subSection("Test parameters", true) }}
{{ snipped.subSection("Process description", true) }}
{{ snipped.quote("
This calibration is best done with the extruder detached from the hot end, so no restriction is present on the movement. If it is convenient, you can partially disassemble the printer so the output of the extruder is
open and the filament exits in free air. If this is inconvenient, the process below aims to minimize restrictions by extruding very slowly and with a slightly higher temperature. The results from this should still be
reliable.
", "
<a href='https://teachingtechyt.github.io/calibration.html#esteps' target='_blank'>For more information about how to use this visit teachingtechyt.github.io</a>
", "text-warning") }}
{{ snipped.subSection("Test parameters") }}
<!-- M104 S210 command -->
<div class="row-fluid">
@@ -100,13 +109,3 @@
</button>
</div>
</div>
{{ snipped.subSection("Process description") }}
{{ snipped.quote("
This calibration is best done with the extruder detached from the hot end, so no restriction is present on the movement. If it is convenient, you can partially disassemble the printer so the output of the extruder is
open and the filament exits in free air. If this is inconvenient, the process below aims to minimize restrictions by extruding very slowly and with a slightly higher temperature. The results from this should still be
reliable.
", "
<a href='https://teachingtechyt.github.io/calibration.html#esteps' target='_blank'>teachingtechyt.github.io</a>
", "text-warning") }}
@@ -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">
@@ -141,8 +146,3 @@
</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") }}