virtual_sdcard: Initial support for virtual sdcard

Add support for directly printing from a local file on the host.  This
may be useful if the host cpu is not fast enough to run OctoPrint
well.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2017-10-10 11:12:15 -04:00
parent f77e1b67f6
commit 08a1183a01
3 changed files with 180 additions and 1 deletions

View File

@@ -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]