Commit Graph

96 Commits

Author SHA1 Message Date
Simon Voordouw c536fe3221 consistent formatting in print-fetch. Fixes issue #77 2017-07-06 14:24:59 +02:00
Simon Voordouw d9e84308dd append end G-code correctly 2017-06-22 16:17:38 +02:00
Simon Voordouw ae46535275 exit if gcode file info could not be retrieved 2017-06-22 14:31:32 +02:00
Simon Voordouw 6729af7064 rename remote to gcodeServer for clarity 2017-06-20 15:18:36 +02:00
Simon Voordouw 3fe6ff3bfe change default gcode server to gcodeserver.doodle3d.com 2017-06-19 14:17:19 +02:00
Simon Voordouw 1676ca5703 use gcode id as source 2017-06-19 13:20:13 +02:00
Simon Voordouw f2e77d9529 submit total lines when fetching print 2017-06-19 11:28:39 +02:00
Simon Voordouw 6b4e4e934c remove total lines 2017-06-13 14:40:20 +02:00
Simon Voordouw 97fb6609ea call print start before finishing fetch loop 2017-06-13 13:04:09 +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 82d4179bc3 add logging, parameter checking to print-fetch script 2017-06-12 12:05:57 +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
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
Wouter R efd2b6aacb Log PID at start of each request and elapsed time when it finishes. 2016-05-07 22:54:45 +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
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
Wouter R 0583dddbe3 Merge branch 'feature/logrotate' into develop 2016-03-18 18:24:05 +01:00
Wouter R 00d77c491d Log rotation: store first 500 lines of print3d and firmware logs separately to prevent them from being rotated. 2016-03-18 16:28:21 +01:00
Wouter R 453ec4294f Log rotation:
- install logrotate wifibox.conf file,
- create directories required for log rotation on boot.
2016-03-16 22:33:38 +01:00
peteruithoven 5d22267ae3 Loglite readme fixes 2016-03-16 18:40:31 +01:00
peteruithoven 4db83c98c5 loglite readme additions like installation 2016-03-16 17:36:41 +01:00
peteruithoven f06e3da46b loglite readme: filter whole log file example 2016-03-16 17:06:31 +01:00
peteruithoven eebd00c32f loglite readme: code highlighting 2016-03-16 17:05:58 +01:00
peteruithoven ae65e0841c Better print3d and new serial loglite filters 2016-03-16 16:58:32 +01:00
Wouter R f0c839ffdc Loglite: fix non-existing directive in example. 2016-03-04 20:29:37 +01:00
Wouter R 7a346d6cf1 Loglite: several new filter directives. 2016-03-04 18:12:28 +01:00
Wouter R a9e17e5151 Loglite:
- README.md with documentation on usage and creating filter sets (implements #54).
- small improvements to default filter set.
2016-03-04 17:24:30 +01:00
Wouter R 332d185b50 Loglite: add inheritance support for filter sets. 2016-03-03 22:40:23 +01:00
Wouter R b27506d236 Create convenience aliases (tailfw & tailp3d) for loglite. 2016-02-29 17:35:17 +01:00
Wouter R 7f5e10eb80 Merge branch 'feature/fixups-unify-log+chunk-checking' into develop 2016-02-29 16:27:01 +01:00
Olaf van der Kruk 9f95b8c537 Added little readme 2016-02-29 10:48:11 +01:00
Wouter R c8bea605f7 Move default filter set to config file.
Show available filter sets in help output.
2016-02-26 00:23:19 +01:00
Wouter R 1db8bf3119 Accept second command-line argument as filter set name.
Fixes #55.
2016-02-25 23:39:23 +01:00
Wouter R 8a07d972dd Create debug print to list available filter sets (to be used in help output later). 2016-02-25 23:23:50 +01:00
Wouter R fc026f1b38 loglite enhancements:
- Attempt reading named filter sets from $HOME/loglite-filters.lua
- Slightly improved debug printing
2016-02-25 10:29:02 +01:00
peteruithoven 939cb66066 Merged branch develop into feature/fixups-unify-log+chunk-checking 2016-02-24 10:51:13 +01:00
Wouter R b4aa1a9746 Wifibox stdout/stderr log file:
- rename 'wifibox.cgi-fallback.log' to 'wifibox.stdout.log'
- extend description of Lua debugging (and the fallback log)
- send fallback log along with info/logfiles request
2016-02-23 16:18:42 +01:00
Wouter R 37f833aec1 Print skipped files when adding copyright notices.
Remove old script.
2016-01-08 23:24:03 +01:00
Wouter R 1c3f35c84f Update comment on possible log targets.
Update license-spec.
2016-01-08 23:20:09 +01:00
Wouter R 9fd96740a3 Remove unnecessary require.
Change backup log file name in d3dapi script.
2016-01-08 22:03:52 +01:00