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

github.com/OctoPrint/OctoPrint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCharlie Powell <31997505+cp2004@users.noreply.github.com>2022-03-17 00:44:03 +0300
committerGitHub <noreply@github.com>2022-03-17 00:44:03 +0300
commit594b660bb6eacc61a1b8f0f01f3b167de12ba3d2 (patch)
tree02ea7726318e3695c091f0119745e278b276a7aa /docs
parente3e2d4dbeb7078e08325ebb46fd4a89f5cd8c574 (diff)
:pencil2
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/config_yaml.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/configuration/config_yaml.rst b/docs/configuration/config_yaml.rst
index 1153169c3..c4dd73a5d 100644
--- a/docs/configuration/config_yaml.rst
+++ b/docs/configuration/config_yaml.rst
@@ -451,6 +451,11 @@ Use the following settings to enable or disable OctoPrint features:
# whether G90/G91 also influence absolute/relative mode of extruders
g90InfluencesExtruder: false
+
+ # Replace all special characters and spaces with text equivalent to make them univerally compatible.
+ # Most OS filesystems work fine with unicode characters, but just in case you can revert to the
+ # older behaviour by setting this to true.
+ enforceReallyUniversalFilenames: false
.. _sec-configuration-config_yaml-folder: