The location of the config folder has changed. OctoPrint will try to migrate the configuration from its old location (~/.printerwebui, ...) to its new one (~/.octoprint, ...). For this to work the following conditions must be met: 1) the old config folder exists and is a directory 2) the new config folder does not exist at all. The migration functionality will be in the future.
7 lines
No EOL
344 B
Text
7 lines
No EOL
344 B
Text
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 |