Hi,
I don’t know if it belongs here but I’m happy to share.
A friend programmed a Linux utility to COPY/MOVE gcode files to the klipper print folder.
Function
-
COPY - after inserting a USB Flash with a file or several “gcode” files
will be copied to the print folder -
MOVE - after inserting an empty USB Flash, all files will be moved
“gcode” from the print folderThe folder for printing is set in the “mountcopy” file
# For Raspberry Pi use
#DESTINATION="/home/pi/printer_data/gcodes"
# For BIQU CB 1 module use
DESTINATION="/home/biqu/printer_data/gcodes"
!! ATTENTION !!
Do not use the USB flash drive while printing.
The file that is currently being printed will be overwritten or moved!