Fill out above information andin all cases attach yourklippy.logfile (use zip to compress it, if too big). Pasting yourprinter.cfgis not needed Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there
Describe your issue:
Usually we upload the print from Mainsail web interface, Now I also want stand alone USB stick printing mode, I have installed Klipper screen as well, Now I want to print direct from USB, My Question is how i can access Pi USB port or Octopus SD card in Klipper screen to shoot print directely from USB or SD card instead of uploading print from Mainsail Web User interface.
Another approach assumes Klipper is running on a host distribution that automounts removable media/mass storage devices. In many cases the mount point will be /mount/<USERNAME>/<VOLUME LABEL>
You could then symlink /mount/<USERNAME>/ to somewhere like ~/printer_data/gcodes/USB/, and then within Mainsail, your gcodes list would have a Folder called “USB,” which would be empty if you have no USB drive inserted, and which would have another folder with the USB volume name if you do have a drive inserted. Then you can go into that folder to see a list of the gcode files on the USB drive.
That said, I believe Mainsail does some degree of gcode file processing when a file is uploaded, so I’m not entirely sure what would happen if you “manually” placed a gcode file into its storage directory like that.
If I able to access octopus board memory card file access using Klipper screen that will also work best for me. Right now if I mount SD card on Octopus pro board memory card slot, it not showing on klipper screen.