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

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Bowyer <reprappro@gmail.com>2013-11-19 19:00:23 +0400
committerAdrian Bowyer <reprappro@gmail.com>2013-11-19 19:00:23 +0400
commit926aabe07843b0362bb5490bfa29caa0bf868f32 (patch)
treef1b0595b539ef37ece4fb8954d9c15dd4366af62 /SD-image/www
parent713a9fb6b1f509561cd251db2f10dc2c010e9c6f (diff)
Added z-probe type selection. See M558.
Diffstat (limited to 'SD-image/www')
-rw-r--r--SD-image/www/reprap.htm4
1 files changed, 2 insertions, 2 deletions
diff --git a/SD-image/www/reprap.htm b/SD-image/www/reprap.htm
index 3375d384..98f72db4 100644
--- a/SD-image/www/reprap.htm
+++ b/SD-image/www/reprap.htm
@@ -725,7 +725,7 @@ function viewModel()
};
-
+/*
if (window.File && window.FileReader && window.FileList && window.Blob)
{
setTimeout(function() {
@@ -736,7 +736,7 @@ function viewModel()
{
alert('The File APIs are not fully supported by your browser. GCode upload may not work.');
}
-
+*/
onControlPage = false;
self.getName();
//self.getPoll();