Now uses FileSystem API for downloading the STL file
This commit is contained in:
parent
3b4e1fd1a6
commit
8b51bd6b68
3 changed files with 161 additions and 54 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
body {
|
||||
font: 14px/20px 'Helvetica Neue Light', HelveticaNeue-Light, 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
max-width: 800px;
|
||||
max-width: 820px;
|
||||
margin: 0 auto;
|
||||
padding: 10px;
|
||||
}
|
||||
|
@ -36,8 +36,12 @@ canvas { cursor: move; }
|
|||
|
||||
</style>
|
||||
<script>
|
||||
|
||||
var gProcessor=null;
|
||||
|
||||
// Show all exceptions to the user:
|
||||
OpenJsCad.AlertUserOfUncaughtExceptions();
|
||||
|
||||
function onload()
|
||||
{
|
||||
gProcessor = new OpenJsCad.Processor(document.getElementById("viewer"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue