Fix design on standard view (#3)

* Move notes above the fields
* Adding documentation
* Add documentation
* Fix design issue on standard view
This commit is contained in:
Sergiu Toporjinschi
2022-02-08 21:34:52 +02:00
committed by GitHub
parent 1401aa8252
commit a2751b96d6
15 changed files with 210 additions and 788 deletions
@@ -1,3 +1,38 @@
{% import "macros.jinja2" as snipped %}
{{ 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") }}
{{ snipped.quote("Before starting I strongly recommend reading some documentation about tunning <a href='https://teachingtechyt.github.io/calibration.html#intro' target='_blank'>teachingtechyt.github.io</a>","",
"text-warning") }}
The stepper motors divides a full rotation in a number of equal steps.
E-Steps tuning is a process of setting the exact number of steps need it for pushing a fix amount of filament for feeding the hot-end.<br>
{{ snipped.subSection("E-Steps") }}
You will have to:
<lu>
<li>Mark a specific length of filament at the extruder motor entrance;</li>
<li>Set the hot-end on a printing temperature in E-Steps tab;</li>
<li>Set the extrusion length and speed;</li>
<li>Press "Start extrusion";</li>
<li>When extrusion finished, check the remaining length between the extruder and the filament mark location;</li>
<li>Refresh the current values from EEPROM;</li>
<li>Feed data collected in E-Steps tab and save the results in EEPROM;</li>
</lu>
{{ snipped.subSection("X-Y-Z Steps") }}
You will have to:
<lu>
<li>Print a <a href="https://www.thingiverse.com/thing:1278865" target="_blank">test cube</a> with a known size on all three axes X,Y,X;</li>
<li>Refresh the current values from EEPROM;</li>
<li>Feed data collected in E-Steps tab and save the results in EEPROM;</li>
</lu>
{{ snipped.subSection("PID Autotune") }}
You will have to:
<lu>
<li>Refresh the current values from EEPROM;</li>
<li>Set the hot-end index which you want to tune;</li>
<li>Set the usual temperature used in your prints for that specific hot-end;</li>
<li>Set the usual fan speed used in your prints;</li>
<li>Monitor temperature tab, when it starts to cool down save the results in EEPROM;</li>
<li>For tuning heated bed the index is already set on -1;</li>
</lu>