-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcalibrat_txt.html
36 lines (36 loc) · 1.35 KB
/
calibrat_txt.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
layout: default
title: Report, View CALIBRAT.TXT
form_handler: calibrat_txt.html
---
<h2>Online Tool</h2>
<form action="#" id="FORM">
<h3>Calibration Report (CALIBRAT.TXT)</h3>
<cite>View the calibration results, that is, the information saved
in the file, CALIBRAT.TXT, by the AUTO_CALIBRATE.gcode (or the
CALIBRATE_25MM.gcode) command during auto-calibration.</cite>
<div>
<h5>Select the calibration results file (i.e. CALIBRAT.TXT)</h5>
<input type="file" id="FILE" accept="text/plain"/>
</div>
<div>
<h5>Add a note (optional, included in the report)</h5>
<textarea id="NOTE"></textarea>
</div>
<div>
<input type="submit" value="Submit"/>
</div>
<details>
<p>This tool scans through the file (e.g. CALIBRAT.TXT) to extract
basic information such as the firmware version number and the
printer's configuration and geometry. If the file contains the
output of an auto-calibration command (G33), these results are
listed as well.</p>
<p>The tool also extracts and displays probe results and the bed
level mesh. If it finds both, it will use the same bilinear z-offset
correction as the printer to assess the overall "quality" of the
machine's calibration.</p>
</details>
<h6><a href="{{- site.sister_repository_url -}}"
>{{- site.sister_repository_nwo -}}</a></h6>
</form>