mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2025-01-31 05:15:10 +01: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.
WiFi box OpenWRT firmware package
General documentation can be found on the wiki: http://doodle3d.com/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
.
Description
Languages
Lua
91.4%
Shell
5.5%
Makefile
2%
JavaScript
0.5%
HTML
0.4%
Other
0.1%