This repository was archived by the owner on Oct 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (64 loc) · 2.87 KB
/
index.html
File metadata and controls
79 lines (64 loc) · 2.87 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Meshflow | Enabling error-free high-value 3D printing</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- Custom styles for this template -->
<link href="css/agency.min.css" rel="stylesheet">
</head>
<body id="page-top">
<br><br>
<div class="text-center">
Update January 2020: Meshflow Limited, a company registered in England and Wales (Company No. 12027794), is in the process of being closed down.
<br><br>
Update June 2020: The company's software has been released under the MIT licence here: <a href="https://github.com/dnstanciu/pool-tracker">https://github.com/dnstanciu/pool-tracker</a>. A demo can be seen below.
<br><br>
Update October 2020: Meshflow Limited, a company registered in England and Wales (Company No. 12027794), is dissolved</a>.
<br><br>
<video height="400" controls>
<source src="img/demo.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<br><br>
</div>
<div class="container">
The software detects the area where metal is melted in a 3D printer.
<br><br>
It monitors variations of the melt pool in order to detect defects when building the part.
<br><br>
Software inputs:
<br>
<ul>
<li>Videos of metal 3D printing such as direct metal laser sintering (DMLS), selective laser melting (SLM), etc.</li>
</ul>
Software outputs:
<br>
<ul>
<li>area of melt pool</li>
<li>mean intensity (brightness) of melt pool</li>
<li>radius of melt pool</li>
</ul>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Contact form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom scripts for this template -->
<script src="js/agency.min.js"></script>
</body>
</html>