From 8b51bd6b6879f09a0e4a80b3959a29be01058e00 Mon Sep 17 00:00:00 2001 From: Joost Nieuwenhuijse Date: Mon, 13 Feb 2012 18:19:37 +0100 Subject: [PATCH] Now uses FileSystem API for downloading the STL file --- index.html | 6 ++- openjscad.js | 114 +++++++++++++++++++++++++++++++++++++++++++++-- processfile.html | 95 +++++++++++++++++++-------------------- 3 files changed, 161 insertions(+), 54 deletions(-) diff --git a/index.html b/index.html index 6c19165..848d61f 100644 --- a/index.html +++ b/index.html @@ -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; }