Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I can only upload Gcodes #1

Closed
Genosystem opened this issue Jun 3, 2019 · 11 comments
Closed

I can only upload Gcodes #1

Genosystem opened this issue Jun 3, 2019 · 11 comments

Comments

@Genosystem
Copy link

I've this configuration:
3mf, obj, stl, png, gif, jpg, bin
But only the gcodes are upload to Sdcard.
The rest of the files leave the progress bar in an eternal "Saving"
Thanks

@rlogiacco
Copy link
Owner

When you say "sdcard" do you mean the sd card on the printer? Because I didn't test that as my printer doesn't have an SD card, so I need more info to have an idea where the issue lies...

@Genosystem
Copy link
Author

Yes, I'm talking about SDCard of the printer.
What info do you need?

@rlogiacco
Copy link
Owner

rlogiacco commented Jun 4, 2019

OK, so:

  1. does it work as expected if you upload to the octoprint storage (upload locally)?
  2. in settings > logging > octoprint.log do you see anything relevant to the plugin or the pending file transfer? (if so, please attach here)
  3. do you have other plugins controlling file extensions installed?

@akamensky
Copy link

@rlogiacco I can test on my SKR Pro board. Not sure how upload is implemented in marlin (did not look at the code), but if it is implemented as byte copying, then it should just work.

@Noeljunior
Copy link

I have a similar setup as @Genosystem and same problem. I have a SKR pro which can only be updated with a firmware.bin file in the onboard sdcard and then a reboot. My accepted extensions are the same and I'm trying to upload a firmware.bin file.

  1. The progress hangs at 100% if uploaded to printer's SD. I can upload to octoprint's storage though.
  2. octoprint.log's last message is my login, no errors.
  3. no other plugins that manage any kind of upload feature.

Anything else I can test for you?

@Noeljunior
Copy link

I just checked the onboard's sdcard on my computer and no file if there either. Is marlin not accepting some files?

@akamensky
Copy link

For SKR Pro board firmware upload MarlinBft plugin works well. There are some changes needed to enable some options in firmware to make it work. But otherwise it works rather well.

@Noeljunior
Copy link

#2 MarlinFirmware/Marlin#14817

@akamensky, thanks. Notice that few minutes ago.

@rlogiacco, let me suggest, if possible, to cancel uploads to printer's sdcard that are not gcode. Or at least warn the user about this.

@rlogiacco
Copy link
Owner

This plugin is meant to allow to upload anything, I use it daily to upload STL files, both in ASCII and BINARY form.... I upload PNG and JPEG files as well.... so your suggestion actually defies the purpose of the plugin: the existing interface already blocks anything other than gcode.

@akamensky
Copy link

Well. To be fair plug-in is called Upload Anything. But it can't upload everything I throw at it. Which is confusing.

@rlogiacco
Copy link
Owner

😄 I guess you are welcome to contribute any fix... it works on my octopi and it seems to work on many others, but it's not easy to fix an issue if you just say "it's not working"....

I did successfully upload a .bin file on my setup... so... which version of octoprint are you running and which python version?

@rlogiacco rlogiacco closed this as not planned Won't fix, can't repro, duplicate, stale Feb 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants