0
0
mirror of https://github.com/Doodle3D/doodle3d-firmware.git synced 2024-06-28 20:31:21 +02:00
Commit Graph

19 Commits

Author SHA1 Message Date
peteruithoven
70d88fc036 Merge branch 'master' into feature/printerdriver 2013-10-02 15:17:08 +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
d7dc69a7dd Continued adaptation of printer api. 2013-09-20 11:30:36 +02:00
peteruithoven
3af2fa71de Nicer ssid, Changed default start gcode (removing -100 -100 starting point) 2013-09-18 21:16:54 +02:00
peteruithoven
a1e19bd4e8 Better default for maxObjectHeight 2013-09-18 12:13:07 +02:00
peteruithoven
b2904d532e Added a validation function option to configuration. Added a number check 2013-08-29 01:40:51 +02:00
peteruithoven
24b773bd6f Handling multiline settings. Added start and end gcode 2013-08-28 17:12:41 +02:00
peteruithoven
aeb669cc99 New configuration defaults 2013-08-28 14:29:13 +02:00
Wouter R
77723fb000 Support print cancellation in api (untested!) 2013-08-04 11:26:47 +02:00
Wouter R
973b81f2cb Add configurable temperature. 2013-08-02 14:05:34 +02:00
Wouter R
07ca14e35c Add doxify.sh to generate HTML code documentation using ldoc; update documentation in several utility files. 2013-07-29 12:07:23 +02:00
Wouter R
0f4b938444 preliminary printing support (through ultifi). 2013-07-27 00:22:55 +02:00
Wouter R
9d6992ce95 Add configuration keys for printing; rework configuration key naming. 2013-07-26 10:18:34 +02:00
Wouter R
d4b9c39d60 Split debug flags into DEBUG_PCALLS and DEBUG_API; fix more quotation style and import naming. 2013-07-24 18:49:07 +02:00
Wouter R
f988c13dfa Many changes, mostly a new configuration interface:
* change API access control to use function name suffixes
* implement settings interface with baseline configuration
* make AP properties configurable
* AP SSID can now contain partial MAC address
* update more quotation style and documentation
* remove captive directory change from network mode switcher.
2013-07-17 23:01:01 +02:00
Wouter R
d3e4812cbf Implement settings interface. 2013-07-17 17:43:33 +02:00
Wouter R
9a8ac55b8f Add simple unit test framework and various other improvements/changes:
* Move logger.lua;
* update quotation style in several files;
* add proposed configuration key layout to conf_defaults.lua;
* move dump function to utils.lua;
* implement (very) basic unit testing environment;
* fix bugs in various functions in utils.lua;
* checkin of preliminary REST API test code.
2013-07-17 13:44:54 +02:00