1. Got a question or need help troubleshooting? Post to the troubleshooting forum or Search the forums!

Can't store the print job on the printer SD card (octoprint and cura)

Discussion in 'General Questions' started by tiagomaricate, Aug 8, 2020.

  1. tiagomaricate

    tiagomaricate Member

    Joined:
    Jul 5, 2020
    Messages:
    102
    Likes Received:
    19
    Not sure if I should post this here, on in the Octoprint forums or in the Cura forums...

    I installed on Cura the plugin to connect with Octoprint and be able to send the prints directly to the printer after the slicing.

    But when Cura tries to send the file, I receive the message:

    Can't store the print job on the printer SD card

    I'm imagining the first issue is related, maybe, with the permissions to write on SD.
    Also, maybe the problem with the free space.
    But, we know Robo R2 has internal storage, probably bigger than the SD card from raspberry.
    So... is there any way to fix this?
    Or maybe a way to upload from Cura directly into the internal storage of R2?
     
  2. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    There is nothing on the Raspberry Pi that Cura can write to other than the SD card. So you can try using a larger one (you will need to create an image of the one you have, burn it to a larger card and then tell the Pi to use the extra space).

    You will need to use SSH to connect to the Pi itself and then :

    http://cagewebdev.com/raspberry-pi-expanding-the-root-partition-of-the-sd-card/

    and some more info for OctoPrint here:

    https://community.octoprint.org/t/b...to-a-new-bigger-or-smaller-microsd-card/10416
     
    tiagomaricate likes this.
  3. tiagomaricate

    tiagomaricate Member

    Joined:
    Jul 5, 2020
    Messages:
    102
    Likes Received:
    19
    What about the 8gb storage from R2?
     
  4. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    That is still the SD card in the Pi, nothing specific to the printer.
    You CAN load a USB stick into the printer and use that for storage.
     
  5. tiagomaricate

    tiagomaricate Member

    Joined:
    Jul 5, 2020
    Messages:
    102
    Likes Received:
    19
    So probably is a issue related to the permission?
     
  6. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    I honestly do not know. I am not familiar with Cura or where it would put the file. You can use an external USB flash drive plugged into the printer to transfer files to OctoPrint. Your suggestion sounds reasonable so if you can see where it wants to write the files on the Pi you can logon to it and set permissions for global read/write.
     
    tiagomaricate likes this.
  7. tkoco

    tkoco - -.- --- -.-. ---
    Staff Member

    Joined:
    May 7, 2018
    Messages:
    721
    Likes Received:
    273
    Try using SSH and log into the RPi. Depending on the size of the G-code file which Cura is attempting to send vs the available space on the SDCard, you might be trying to save a file which is larger than the available space. The cure is to replace the SDCard with a larger size card.
     

Share This Page