-
-
Notifications
You must be signed in to change notification settings - Fork 467
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
Marlin 2.0 Binary File Transfer? #327
Comments
per MarlinFirmware/Marlin#12249 Sorry I have currently no bandwidth to spend time on experimental specific Firmware feature. But feel free to have a look and report |
it's fine, i'm just saying that this might be an alternative to having a shared SDcard if it improves speed significantly. mostly just a heads-up. |
yes I saw this, but it does not give any figures so it is hard to confirm unless to do benchmark |
I think an easy way to test would be to modify the file transfer.py to use telnet instead of serial |
@p3p Chris: |
There is no official documentation, it was a POC PR that got merged really, I would like to tweak the protocol a bit make error recovery more reliable, and a few other things, before it becomes an official feature. Currently its main use case is transferring firmware files to the sd cards on 32bit boards, although because of the fixed packet size (always the maximum your Marlin build supports), rather than transferring gcode line by line it can perform a fair bit better than a normal ascii transfer, especially with a large command buffer (determines the packet size). |
I close issue as mentioned #327 (comment) I do not have bandwidth for this with current status - feel free to re open when there are some update |
Has there been any developments on this? The ESP3D-WebUI is fantastic but the file transfer is basically unusable. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I just stumbled upon this while updating:
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define BINARY_FILE_TRANSFER
I honestly don't know anything about this, except that it may be much better than what we currently have. worth a look
The text was updated successfully, but these errors were encountered: