0
0
mirror of https://github.com/Doodle3D/doodle3d-firmware.git synced 2024-06-01 16:06:12 +02:00
Commit Graph

432 Commits

Author SHA1 Message Date
Unknown
2c01bcbe07 0.10.12-b version & release notes 2017-01-12 15:33:00 +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
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
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
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
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
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
olijf
40a25789e2 changed log level on removeConfig 2016-03-30 15:57:00 +02:00
olijf
0d9684bfca seems the removeConfig needs to be called twice 2016-03-30 11:23:27 +02:00
olijf
c6b01a3cf7 switched responsibilities
moved the Open Acces point code to the  rest API because we dont wish to change setting during boot. (other issues arise now eg: what to do when someone changes his wifi password? box does nog connect but also does not open AP)
2016-03-30 11:10:44 +02:00
Wouter R
35bbac596b Fix day/month order in firmware log timestamp. 2016-03-23 17:08:29 +01:00
olijf
fa91ace160 Fixed wifi issue
Different approach different solution. Instead of using the API to govern whether or not connection  was succesful the netconfig.lua figurers this out.
2016-03-23 13:33:14 +01:00
peteruithoven
8fb0eba9e6 0.10.10-b version & releasenotes 2016-03-21 12:45:41 +01:00
Wouter R
0583dddbe3 Merge branch 'feature/logrotate' into develop 2016-03-18 18:24:05 +01:00
Wouter R
ca45f15151 Improve printer/print logging, partial fix for https://github.com/Doodle3D/doodle3d-firmware/issues/58. 2016-03-18 17:04:20 +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
4165d3b46d When preparing archive for 'info/logfiles' endpoint, create hardlinks to log files instead of copies to require less temporary space. 2016-03-18 10:29:11 +01:00
Wouter R
19eef4a334 Include rotated log files in 'info/logfiles' API endpoint. 2016-03-16 22:54: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
260fac9cd4 Log more information when printer/* endpoint operations fail. 2016-03-11 15:58:35 +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