Commit Graph

577 Commits

Author SHA1 Message Date
Simon Voordouw fbb536f4ad use correct lua not equal 2017-06-13 11:10:50 +02:00
Simon Voordouw 5607ab96ad add end and start-gcode parameters to printer/fetch API 2017-06-12 17:49:46 +02:00
Simon Voordouw b2590e4142 add options to pass start and end-gcode to print-fetch 2017-06-12 17:20:29 +02:00
Simon Voordouw 9c6bd6cdea gcode file is done when current_line is higher or equal than total_lines 2017-06-12 15:37:43 +02:00
Simon Voordouw 2f91065ff7 add check for control and clear gcode on print fetch start 2017-06-12 12:06:27 +02:00
Simon Voordouw 82d4179bc3 add logging, parameter checking to print-fetch script 2017-06-12 12:05:57 +02:00
Simon Voordouw 02b198d773 return success response 2017-05-18 15:01:27 +02:00
Simon Voordouw 25aba526b4 fetch specific file id from server 2017-04-11 17:04:57 +02:00
Simon Voordouw fe5b2ec306 get gcode-server url from config 2017-04-11 12:50:49 +02:00
Simon Voordouw a3468b85ce add fetch-from-server api endpoint 2017-04-11 12:00:34 +02:00
unknown ff9b8f3077 Merged develop into master 2017-01-13 13:05:05 +01:00
Unknown 909f6e89bd 0.10.12 version & release notes 2017-01-13 11:54:15 +01:00
Unknown 2c01bcbe07 0.10.12-b version & release notes 2017-01-12 15:33:00 +01:00
Unknown 624756cdcf post install update to config for changes in 0.10.10
See: https://github.com/Doodle3D/print3d/issues/48
2017-01-12 15:21:26 +01:00
peteruithoven 25629a796c 0.10.12-a version & release notes 2016-07-26 14:55:03 +02:00
peteruithoven e808c33c7a Adding Ultimaker Original Plus
See: https://github.com/Doodle3D/WiFi-Box/issues/15
2016-07-26 12:05:17 +02:00
peteruithoven 32bf0db636 Merged branch develop into master 2016-06-15 14:21:32 +02:00
peteruithoven 6f36b7f1ac 0.10.11 version & release notes update 2016-06-15 14:20:56 +02:00
peteruithoven 29599f2da2 0.10.11-a version & release notes update 2016-05-25 14:58:30 +02:00
Peter Uithoven fa3a1b65c4 Merge pull request #65 from companje/develop
updated ultimaker2 startcode and endcode
2016-05-25 12:00:10 +02:00
Peter Uithoven 6d4793a67e Merge pull request #66 from Doodle3D/companje-new-banner
added a new banner to post-install
2016-05-25 11:41:57 +02:00
Peter Uithoven 3bdb9a4760 Merge pull request #61 from Doodle3D/feature/stresstest-config-improvements
Changed uhttpd config to match improvements
2016-05-25 11:36:41 +02:00
peteruithoven 5b1b35c961 Removing custom uhttpd max_connections config 2016-05-25 11:35:14 +02:00
Peter Uithoven a1edf05bc7 Merge pull request #63 from Doodle3D/feature/always-available
Feature/always available
2016-05-25 11:07:17 +02:00
Peter Uithoven ae036af172 Merge pull request #62 from Doodle3D/feature/button-switch-wificonfig
Feature/button switch wificonfig
2016-05-25 10:20:43 +02:00
Rick Companje dd5e3d1e37 added a new banner to post-install
Currently we add our banner in the `post-install.sh` script. We might want to look into putting files in a `files/` folder and having the files copied in the `make package/OUR_PACKAGE/install` step as described in this tutorial: http://wiki.prplfoundation.org/wiki/Creating_an_OpenWrt_package_for_a_web_page
2016-05-22 01:03:40 +02:00
Rick Companje edf1ed5577 updated ultimaker2 startcode and endcode
It now shows status info 'Doodle3D heat up...', 'Doodle3D printing...' and 'Doodle3D done!' on the display of the Ultimaker 2 (and 2go, extended etc, plus etc)

I've tested this on my Ultimaker 2go today by changing the startcode and endcode from the Doodle3D settings screen. I have not tested this yet after adjusting the `conf_defaults.lua`.
2016-05-21 21:31:41 +02:00
olijf 6b8f2b4d42 Changed uhttpd config to match improvements 2016-05-18 12:37:28 +02:00
peteruithoven 89748e11aa Merge branch 'develop'
Conflicts:
	README.md
2016-05-11 15:23:18 +02:00
peteruithoven 1c88c17390 0.10.10 version & releasenotes 2016-05-11 15:21:39 +02:00
Wouter R efd2b6aacb Log PID at start of each request and elapsed time when it finishes. 2016-05-07 22:54:45 +02:00
Wouter R c666895842 Include /etc/wifibox-version in info/logfiles endpoint (#305). 2016-04-24 11:33:34 +02:00
peteruithoven 0f822b99cd 0.10.10-e releasenotes & version update 2016-04-21 19:58:15 +02:00
peteruithoven 65dd10b43c Removed some end gcode parts for Makerbot
Fixes #40
2016-04-20 13:55:30 +02:00
peteruithoven 64f1ab47ec 0.10.10-d releasenotes & version update 2016-04-20 13:26:52 +02:00
Wouter R 7cc345d729 Rename sequence_* in API responses to seq_* to be consistent with printer/print POST arguments. 2016-04-19 12:10:40 +02:00
Wouter R 6a26cf3005 Include sequence_number and sequence_total in printer/progress as well as printer/print (to improve client recovery on unstable networks). 2016-04-19 00:27:10 +02:00
olijf 205fc7460d Added symlink to d3dapi 2016-04-12 12:49:38 +02:00
olijf d3d8ebdeda Changed method from GET to POST 2016-04-12 12:22:14 +02:00
olijf 2b097996e0 Added LUA API call
Added Lua API call to reset the network configuration.
2016-04-12 12:05:01 +02:00
Olaf van der Kruk 05ec47f8a5 Update README.md
Fixed nice makeup
2016-04-12 11:46:03 +02:00
Olaf van der Kruk 777a6a01dc Update README.md 2016-04-12 11:45:14 +02:00
Olaf van der Kruk 198a7024f9 Update README.md
Added small readme of the command line interface
2016-04-12 11:44:50 +02:00
olijf a8bdd5c188 Changed logic
Now instead of rotinging through all wifi configs the button just removes all other configs and only leaves the doodle3d AP
2016-04-08 14:47:06 +02:00
olijf 52650da0fe Changed the script so that the wifinetworks rotate 2016-04-07 16:23:22 +02:00
olijf 4160441a4b Fixed check to see if it has to switch to ap mode 2016-04-07 11:16:31 +02:00
olijf 7397066ad9 Added doodle3d-client fix
now the status is correctly displayed in the web ui. currently the script works because it assumes certain things. would be nice if i can add some more checks to it.
2016-04-05 17:22:37 +02:00
olijf 05bb813f29 Added dhcp config
Configure the dhcp server in the correct way, so when switching between wifi configs the it still connect.
2016-04-05 16:44:58 +02:00
olijf 039fbbb4c3 Use WPS button to switch configs
Added a functionality for the WPS button. (next to the leds)
2016-04-05 14:24:29 +02:00
peteruithoven 0bdaca4971 0.10.10-c version & releasenotes 2016-04-01 11:45:07 +02:00