Doodle3D / doodle3d-firmware

The API of the Doodle3D WiFi box. This can for example talk to print3d, save settings, update the firmware etc.
www.doodle3d.com
GNU General Public License v2.0
13 stars 9 forks source link

Use regular settings logic for system keys #47

Open peteruithoven opened 9 years ago

peteruithoven commented 9 years ago

The settings util now has separate getSystemKey setSystemKey methods that don't use the regular get and set logic. Including proper error handling etc. It would be better to expand the regular get and set with an extra argument so that you can specify a target section.

Original: https://github.com/Doodle3D/doodle3d-client/issues/146