Skip to content

octoprint.schema.config.folder#

FolderConfig #

Bases: BaseModel

data: Optional[str] = None class-attribute instance-attribute #

Absolute path where to store additional data. Defaults to the data folder in OctoPrint's base folder.

generated: Optional[str] = None class-attribute instance-attribute #

Absolute path where to store generated files. Defaults to the generated folder in OctoPrint's base folder.

logs: Optional[str] = None class-attribute instance-attribute #

Absolute path where to store logs. Defaults to the logs folder in OctoPrint's base folder.

plugins: Optional[str] = None class-attribute instance-attribute #

Absolute path where to locate and install single file plugins. Defaults to the plugins folder in OctoPrint's base folder.

printerProfiles: Optional[str] = None class-attribute instance-attribute #

Absolute path where to store printer profiles. Defaults to the printerProfiles folder in OctoPrint's base folder.

scripts: Optional[str] = None class-attribute instance-attribute #

Absolute path where to store (GCODE) scripts. Defaults to the scripts folder in OctoPrint's base folder.

slicingProfiles: Optional[str] = None class-attribute instance-attribute #

Absolute path where to store slicing profiles. Defaults to the slicingProfiles folder in OctoPrint's base folder.

timelapse: Optional[str] = None class-attribute instance-attribute #

Absolute path where to store finished timelase recordings. Defaults to the timelapse folder in OctoPrint's base folder.

timelapse_tmp: Optional[str] = None class-attribute instance-attribute #

Absolute path where to store temporary timelapse snapshots. Defaults to the timelapse/tmp folder in OctoPrint's base folder.

translations: Optional[str] = None class-attribute instance-attribute #

Absolute path where to store additional translations. Defaults to the translations folder in OctoPrint's base folder.

uploads: Optional[str] = None class-attribute instance-attribute #

Absolute path where to store gcode uploads. Defaults to the uploads folder in OctoPrint's base folder.

virtualSd: Optional[str] = None class-attribute instance-attribute #

Absolute path where to store the virtual printer's SD card files. Defaults to the virtualSd folder in OctoPrint's base folder.

watched: Optional[str] = None class-attribute instance-attribute #

Absolute path to the watched folder. Defaults to the watched folder in OctoPrint's base folder.