peteruithoven
|
4de647c9c7
|
Merge branch 'develop' of https://github.com/Doodle3D/doodle3d-firmware into develop
|
2013-12-04 14:21:50 +01:00 |
|
Rick Companje
|
051e70a32b
|
Merge branch 'master' into develop
|
2013-12-04 14:17:00 +01:00 |
|
Rick Companje
|
7da2b05af8
|
fixed SKETCH_FILE_EXTENSION bug (solves Sketch Load & Save problem)
|
2013-12-04 14:13:39 +01:00 |
|
Wouter R
|
25c0c1a1fa
|
Amend last commit.
|
2013-11-29 20:47:17 +01:00 |
|
Wouter R
|
042f33c11a
|
Log all the things!
Closes #78 (on client: https://github.com/Doodle3D/doodle3d-client/issues/78).
Bump fimware version to 0.9.11 (to avoid accidentally overwriting previous image).
|
2013-11-29 20:37:03 +01:00 |
|
peteruithoven
|
e160f5b94f
|
Updated api info url
|
2013-11-29 13:28:54 +01:00 |
|
peteruithoven
|
462360712b
|
comments
|
2013-11-29 13:12:31 +01:00 |
|
peteruithoven
|
c432325b89
|
Added specific API:config/reset endpoint
|
2013-11-29 13:00:09 +01:00 |
|
peteruithoven
|
d9afb1159e
|
API:config/resetall
|
2013-11-22 18:05:51 +01:00 |
|
Wouter R
|
0e5726ee04
|
Documentation.
|
2013-11-05 01:46:32 +01:00 |
|
Wouter R
|
97564de8fc
|
Add LDoc configuration and slightly extend doxify.sh.
Add documentation in various places.
|
2013-11-04 22:34:09 +01:00 |
|
peteruithoven
|
f246252e53
|
Goto access point mode before update
|
2013-10-30 21:20:45 +01:00 |
|
Wouter R
|
90439649ab
|
Add symlink to sketch directory in www directory.
Bump image version.
Change sketch extension to svg.
Default printer type to 'ultimaker'.
|
2013-10-30 20:36:18 +01:00 |
|
peteruithoven
|
92628c660f
|
Removing endcode variables comment
|
2013-10-30 15:29:46 +01:00 |
|
Wouter R
|
0f59eb30d6
|
Merge branch 'feature/printerdriver' of github.com:Doodle3D/doodle3d-firmware into feature/printerdriver
|
2013-10-29 12:28:35 +01:00 |
|
Wouter R
|
0c79a51083
|
Add status request to sketch api.
Keep sketch directory over upgrades.
|
2013-10-28 19:38:53 +01:00 |
|
peteruithoven
|
23d077c4ca
|
API:printer/stop doesn't automatically send endcode, you have to specify it trough a gcode argument
|
2013-10-28 17:13:26 +01:00 |
|
peteruithoven
|
88a779e8bf
|
Don't signin after saving settings (is done on client side)
|
2013-10-28 13:52:27 +01:00 |
|
peteruithoven
|
556b587059
|
Logging ssid to debug network connection issues
|
2013-10-26 01:31:06 +02:00 |
|
Wouter R
|
628f05b682
|
Deny API access to operations that can/will interrupt printing (updating, reconfiguring network, change settings).
|
2013-10-23 17:38:54 +02:00 |
|
peteruithoven
|
78a71ca625
|
Bed temperatures
|
2013-10-22 16:00:37 +02:00 |
|
peteruithoven
|
8ab87312b3
|
Replacing variables in endcode on API:printer/stop
|
2013-10-22 13:51:02 +02:00 |
|
peteruithoven
|
c3bb0359bf
|
Better error reporting, always using state, making version argument optional
|
2013-10-22 03:30:27 +02:00 |
|
Wouter R
|
d069dafb5c
|
New API for loading and saving sketches (or arbitrary data really). Status call not implemented yet.
|
2013-10-21 18:32:11 +02:00 |
|
Wouter R
|
5c199eca94
|
Merge branch 'feature/printerdriver' of github.com:Doodle3D/doodle3d-firmware into feature/printerdriver
Conflicts:
src/network/netconfig.lua
|
2013-10-21 13:49:45 +02:00 |
|
Wouter R
|
581ea273b2
|
Fixes to update module and api.
|
2013-10-21 13:42:58 +02:00 |
|
Wouter R
|
b6528e4752
|
Basic implementation of update module + api finished (but not completely debugged yet).
|
2013-10-21 12:36:54 +02:00 |
|
Wouter R
|
e1dc7f47ed
|
Add preliminary REST api for updating (WIP).
|
2013-10-18 21:46:41 +02:00 |
|
peteruithoven
|
b5465a43fd
|
return substituted ssid on save settings response
|
2013-10-18 12:57:28 +02:00 |
|
peteruithoven
|
a85528e956
|
More helpfull validation errors
|
2013-10-17 14:04:13 +02:00 |
|
peteruithoven
|
a818dbcc55
|
API:printer/print changed argument last to start
|
2013-10-11 15:34:57 +02:00 |
|
peteruithoven
|
e0c4c81d75
|
Merge branch 'feature/printerdriver' of https://github.com/Doodle3D/doodle3d-firmware into feature/printerdriver
Conflicts:
src/rest/api/api_info.lua
src/rest/api/api_printer.lua
|
2013-10-10 17:55:35 +02:00 |
|
peteruithoven
|
0667dfe070
|
Handle errors in api:info/status. Use Disconnected state when there is no printer driver
|
2013-10-10 17:51:14 +02:00 |
|
Wouter R
|
43eaab4cbf
|
Fix cleanup in info/logfiles api.
|
2013-10-10 17:17:23 +02:00 |
|
Wouter R
|
6e80ca8aa2
|
Merge branch 'feature/printerdriver' of github.com:Doodle3D/doodle3d-firmware into feature/printerdriver
Conflicts:
src/rest/api/api_info.lua
|
2013-10-10 17:05:45 +02:00 |
|
Wouter R
|
0e8a08594a
|
Update info/logfiles API call to collect print3d logs instead of ultifi logs. Change printer/getProgress to return current, buffered and total gcode lines. Remove unused constants from printer api.
|
2013-10-10 17:00:16 +02:00 |
|
peteruithoven
|
0956561064
|
API:info/status
|
2013-10-10 15:03:42 +02:00 |
|
peteruithoven
|
d49b1bbd94
|
better network connect feedback
control access managment
start of api:info/status
|
2013-10-10 12:11:21 +02:00 |
|
peteruithoven
|
37783f3f06
|
Fixed boot wifi connection issues by adding sleep
|
2013-10-04 16:29:53 +02:00 |
|
peteruithoven
|
d083ee70dd
|
new server api url, returning signin response, alive api
|
2013-10-03 18:07:58 +02:00 |
|
peteruithoven
|
70d88fc036
|
Merge branch 'master' into feature/printerdriver
|
2013-10-02 15:17:08 +02:00 |
|
peteruithoven
|
9a2e8910f4
|
Added signin api call (mostly for debugging)
|
2013-10-02 14:42:27 +02:00 |
|
peteruithoven
|
8fc5273509
|
When settings are saved, firmware signs in (for changed wifiboxid)
|
2013-10-02 14:41:46 +02:00 |
|
peteruithoven
|
6a4879c7b2
|
added localip to /d3dapi/network/status (centralized captureCommandOutput and getLocalIP)
|
2013-09-30 18:08:02 +02:00 |
|
peteruithoven
|
b042be5405
|
Signin every hour
|
2013-09-27 18:39:24 +02:00 |
|
Wouter R
|
2f04bbb35d
|
www submodule update to printerdriver branch; fix heatup config names.
|
2013-09-27 18:25:16 +02:00 |
|
Wouter R
|
ba47733dad
|
Merge branch 'master' into printerdriver
Conflicts:
src/conf_defaults.lua
|
2013-09-25 12:06:28 +02:00 |
|
Wouter R
|
2e43ae9897
|
Continued adaptation of printer api.
|
2013-09-25 12:00:50 +02:00 |
|
Wouter R
|
c5fd097b79
|
Replace URL decoder with a simpler implementation.
|
2013-09-20 23:38:20 +02:00 |
|
Wouter R
|
d7dc69a7dd
|
Continued adaptation of printer api.
|
2013-09-20 11:30:36 +02:00 |
|