aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/example-extras.cfg13
1 files changed, 13 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg
index 787a4a29..32221e2c 100644
--- a/config/example-extras.cfg
+++ b/config/example-extras.cfg
@@ -303,6 +303,19 @@
# that axis. The default is to not force a position for the axis.
+# A virtual sdcard may be useful if the host machine is not fast
+# enough to run OctoPrint well. It allows the Klipper host software to
+# directly print gcode files stored in a directory on the host using
+# standard sdcard G-Code commands (eg, M24).
+#[virtual_sdcard]
+#path: ~/.octoprint/uploads/
+# The path of the local directory on the host machine to look for
+# g-code files. This is a read-only directory (sdcard file writes
+# are not supported). One may point this to OctoPrint's upload
+# directory (generally ~/.octoprint/uploads/ ). This parameter must
+# be provided.
+
+
# Replicape support - see the generic-replicape.cfg file for further
# details.
#[replicape]