Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLipu Fei <lipu.fei815@gmail.com>2019-05-01 11:27:13 +0300
committerLipu Fei <lipu.fei815@gmail.com>2019-05-01 11:27:16 +0300
commitc26dbfd934e32e2af9966f3666c7bdb800fb82fe (patch)
tree9a7078fc6f95053768e7e0a651edc19c848e2577 /plugins/SliceInfoPlugin
parent24d57f6168224f51368d36967b04fa8cbea124f7 (diff)
Improve example data HTML
CURA-6434
Diffstat (limited to 'plugins/SliceInfoPlugin')
-rw-r--r--plugins/SliceInfoPlugin/example_data.html103
1 files changed, 63 insertions, 40 deletions
diff --git a/plugins/SliceInfoPlugin/example_data.html b/plugins/SliceInfoPlugin/example_data.html
index b03ffe1b81..9c91aa3f9b 100644
--- a/plugins/SliceInfoPlugin/example_data.html
+++ b/plugins/SliceInfoPlugin/example_data.html
@@ -1,40 +1,63 @@
-Cura Version: 4.0<br/>
-System type: Windows<br/>
-Machine type: Ultimaker S5<br/>
-Quality profile: Fast<br/>
-Extruder 1:
-<ul>
- <li>Material type: PLA</li>
- <li>Print core: AA 0.4</li>
- <li>Material used: 1240 mm.</li>
-</ul>
-Extruder 2:
-<ul>
- <li>Material type: PVA</li>
- <li>Print core: BB 0.4</li>
- <li>Material used: 432 mm.</li>
-</ul>
-Print settings:
-<ul>
- <li>Layer height = 0.15</li>
- <li>Wall line count = 3</li>
- <li>Enable retraction = no</li>
- <li>Infill density = 20%</li>
- <li>Infill pattern = triangles</li>
- <li>Gradual infill steps = 0</li>
- <li>Printing temperature = 220 °C</li>
- <li>Generate support = yes</li>
- <li>Support extruder = 1</li>
- <li>Build Plate Adhesion Type = brim</li>
- <li>Enable prime tower = yes</li>
- <li>Print sequence = All at once</li>
- <li>...</li>
-</ul>
-Print times:
-<ul>
- <li>Infill = 61200 sec.</li>
- <li>Support = 25480 sec.</li>
- <li>Travel = 6224 sec.</li>
- <li>Walls = 10225 sec.</li>
- <li>Total = 103129 sec.</li>
-</ul>
+<html>
+<body>
+ <b>Cura Version:</b> 4.0<br/>
+ <b>Operating System:</b> Windows 10<br/>
+ <b>Language:</b> en_US<br/>
+ <b>Machine Type:</b> Ultimaker S5<br/>
+ <b>Quality Profile:</b> Fast<br/>
+ <b>Using Custom Settings:</b> No
+
+ <h3>Extruder 1:</h3>
+ <ul>
+ <li><b>Material Type:</b> PLA</li>
+ <li><b>Print Core:</b> AA 0.4</li>
+ <li><b>Material Used:</b> 1240 mm</li>
+ </ul>
+
+ <h3>Extruder 2:</h3>
+ <ul>
+ <li><b>Material Type:</b> PVA</li>
+ <li><b>Print Core:</b> BB 0.4</li>
+ <li><b>Material Used:</b> 432 mm</li>
+ </ul>
+
+ <h3>Print Settings:</h3>
+ <ul>
+ <li><b>Layer Height:</b> 0.15</li>
+ <li><b>Wall Line Count:</b> 3</li>
+ <li><b>Enable Retraction:</b> no</li>
+ <li><b>Infill Density:</b> 20%</li>
+ <li><b>Infill Pattern:</b> triangles</li>
+ <li><b>Gradual Infill Steps:</b> 0</li>
+ <li><b>Printing Temperature:</b> 220 °C</li>
+ <li><b>Generate Support:</b> yes</li>
+ <li><b>Support Extruder:</b> 1</li>
+ <li><b>Build Plate Adhesion Type:</b> brim</li>
+ <li><b>Enable Prime Tower:</b> yes</li>
+ <li><b>Print Sequence:</b> All at once</li>
+ <li>...</li>
+ </ul>
+
+ <h3>Model Information:</h3>
+ <ul>
+ <li><b>Model 1</b></li>
+ <ul>
+ <li><b>Hash:</b> b72789b9b...</li>
+ <li><b>Transformation:</b> [transformation matrix]</li>
+ <li><b>Bounding Box:</b> [minimum x, y, z; maximum x, y, z]</li>
+ <li><b>Is Helper Mesh:</b> no</li>
+ <li><b>Helper Mesh Type:</b> support mesh</li>
+ <li>...</li>
+ </ul>
+ </ul>
+
+ <h3>Print Times:</h3>
+ <ul>
+ <li>Infill: 61200 sec.</li>
+ <li>Support: 25480 sec.</li>
+ <li>Travel: 6224 sec.</li>
+ <li>Walls: 10225 sec.</li>
+ <li>Total: 103129 sec.</li>
+ </ul>
+</body>
+</html>