-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Comments
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... |
Yes, I'm talking about SDCard of the printer. |
OK, so:
|
@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. |
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.
Anything else I can test for you? |
I just checked the onboard's sdcard on my computer and no file if there either. Is marlin not accepting some files? |
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. |
#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. |
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. |
Well. To be fair plug-in is called Upload Anything. But it can't upload everything I throw at it. Which is confusing. |
😄 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? |
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
The text was updated successfully, but these errors were encountered: