Skip to content

Cura Preferences and Settings Locations

Ghostkeeper edited this page Jan 14, 2020 · 10 revisions

On this page you can find the location of user settings and preferences for each supported operating system.

Windows

  • $USER is your user's home directory, e.g. C:\Users\user.
  • $CURA_VERSION is the current version of Cura that's installed.

Settings

$USER/AppData/Roaming/cura/$CURA_VERSION/

Preferences

$USER/AppData/Roaming/cura/$CURA_VERSION/cura.cfg

Cache

$USER/AppData/Local/cura/$CURA_VERSION/

Mac OSX

  • $USER is your user's home directory, e.g. /Users/user.
  • $CURA_VERSION is the current version of Cura that's installed.

Preferences

$User/Library/Application\ Support/Cura/$CURA_VERSION/cura.cfg

Settings

$User/Library/Application\ Support/Cura/$CURA_VERSION/

Linux

  • $HOME is your user's home directory, e.g. /home/user.
  • $CURA_VERSION is the current version of Cura that's installed.

Preferences

$HOME/.config/cura/$CURA_VERSION/cura.cfg

Settings

$HOME/.local/share/cura/$CURA_VERSION/settings/
Clone this wiki locally