COPY / MOVE 'gcode' files to the Klipper print folder

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

  1. COPY - after inserting a USB Flash with a file or several “gcode” files
    will be copied to the print folder

  2. MOVE - after inserting an empty USB Flash, all files will be moved
    “gcode” from the print folder

    The 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!

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.