From 5c7e226caf7b2d01ba03277eaf768d6075e6138a Mon Sep 17 00:00:00 2001 From: peteruithoven Date: Tue, 20 Aug 2013 10:55:08 +0200 Subject: [PATCH] wifiboxIsRemote default to false --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index d518481..7f64a79 100644 --- a/js/main.js +++ b/js/main.js @@ -1,7 +1,7 @@ var debugMode = false; // debug mode var sendPrintCommands = true; // if Doodle3d should send print commands to the 3d printer var communicateWithWifibox = true; // if Doodle3d should try interfacing with the wifibox (in case one is not connected) -var wifiboxIsRemote = true; // if Doodle3d should try interfacing with the wifibox (in case one is not connected) +var wifiboxIsRemote = false; // when you want to run the client on a computer and have it remotely connect to the wifibox var printer = new Printer();