OctoPrint/printer_webui/util
Gina Häußge a85ea69fb0 Established settings mechanism
Allows reading and writing default serial port and baudrate (this also is available via the web interface) and setting the host and port on which the server should listen. Might allow persisting more options in the future.

The configuration file is stored in ~/.printerwebui/config.ini under Linux, in %APPDATA%/PrinterWebUI/config.ini under Windows and should be stored in ~/Library/Application Support/config.ini under MacOS X

Closes #1
2013-01-01 21:04:00 +01:00
..
avr_isp Major reorganization to only include the communication stack from Cura. 2012-12-31 13:18:55 +01:00
README Established settings mechanism 2013-01-01 21:04:00 +01:00
__init__.py Major reorganization to only include the communication stack from Cura. 2012-12-31 13:18:55 +01:00
comm.py Established settings mechanism 2013-01-01 21:04:00 +01:00
gcodeInterpreter.py Established settings mechanism 2013-01-01 21:04:00 +01:00
util3d.py Major reorganization to only include the communication stack from Cura. 2012-12-31 13:18:55 +01:00

README

The code in this sub package mostly originates from the Cura project (https://github.com/daid/Cura). It has been
slightly reorganized and adapted. The mapping to the original Cura source is the following:

* avr_isp.* => Cura.avr_isp.*
* comm => Cura.util.machineCom
* gcodeInterpreter => Cura.util.gcodeInterpreter
* util3d => Cura.util.util3d