Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2017-06-21 12:53:38 +0300
committerGhostkeeper <rubend@tutanota.com>2017-06-21 12:53:38 +0300
commit8aa420be62e60af241ef33a2b3493de57bdf3052 (patch)
treede8b88708af14fe4ced5304cef5960854a4de3e1 /README.md
parent015c253252ffb7235a45e86d060a3c496338656e (diff)
Fix location of log on Windows
It's a bit longer, but hopefully clear for both advanced system engineers and for rookies.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 08d7647893..a3e7f9c0d5 100644
--- a/README.md
+++ b/README.md
@@ -14,10 +14,12 @@ For crashes and similar issues, please attach the following information:
* (On Windows) The log as produced by dxdiag (start -> run -> dxdiag -> save output)
* The Cura GUI log file, located at
- * $User/AppData/Roaming/cura/`<Cura version>`/cura.log (Windows)
+ * %APPDATA%\cura\\`<Cura version>`\cura.log (Windows), or usually C:\Users\\`<your username>`\AppData\Roaming\cura\\`<Cura version>`\cura.log
* $User/Library/Application Support/cura/`<Cura version>`/cura.log (OSX)
* $USER/.local/share/cura/`<Cura version>`/cura.log (Ubuntu/Linux)
+If the Cura user interface still starts, you can also reach this directory from the application menu in Help -> Show settings folder
+
Dependencies
------------