From 708822a54e6f3b7fcbaca6afa94fffa449255ceb Mon Sep 17 00:00:00 2001 From: Adrian Bowyer Date: Tue, 22 Oct 2013 18:27:12 +0100 Subject: A couple of tidyings and additions: 1. Z home now moves home, rather than just setting the coordinate. 2. Wait for temps implemented. Also the JSON requests for the g code filelist has been temporarily commented out in reprap.htm. It was causing the firmware to hang sometimes. To be investigated. Machine now prints nicely... --- SD-image/www/reprap.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SD-image/www') diff --git a/SD-image/www/reprap.htm b/SD-image/www/reprap.htm index 6c48a0ea..5d05672e 100644 --- a/SD-image/www/reprap.htm +++ b/SD-image/www/reprap.htm @@ -335,7 +335,7 @@ function viewModel() self.fileList = function() { - $.get('/rr_files', {}, self.files); + //$.get('/rr_files', {}, self.files); }; self.getTemps = function() -- cgit v1.2.3