mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-12-22 02:53:49 +01:00
c3756f5348
Pass along chunk metadata in printer api. Move wifi station mode check from main.lua to signin.lua so it is always run past. Only log postresponsequeue if it is not empty. Conflicts: src/rest/api/api_printer.lua |
||
---|---|---|
.settings | ||
extra | ||
src | ||
test | ||
.buildpath | ||
.gitignore | ||
.project | ||
Config.in | ||
config.ld | ||
doxify.sh | ||
license-spec.lua | ||
LICENSE.txt | ||
Makefile | ||
NOTICE.txt | ||
post-install.sh | ||
post-remove.sh | ||
pre-remove.sh | ||
README.md | ||
ReleaseNotes.md |
WiFi box OpenWRT firmware package
General documentation can be found on the wiki: http://doodle3d.com/help/wiki. Source code documentation can be generated, see below.
Documentation
The script 'doxify.sh' generates HTML documentation of the source code in the directory 'docs'. Make sure the 'ldoc' program is installed on your machine and the LDOC variable in the script points there.
On OSX, this can be accomplished by installing it through luarocks (run sudo luarocks install ldoc
). Luarocks can be installed using MacPorts. After installing that, the command would be sudo port install luarocks
.