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

SD Wifi (FlashAir) support for not sd enabled Flashforge printers #87

Open
msmthng opened this issue Feb 1, 2024 · 1 comment
Open

Comments

@msmthng
Copy link
Collaborator

msmthng commented Feb 1, 2024

Hi, i would like to use my flashir sd within octoprint to handle sd card listening etc.

there fore i have to create lists etc. on the resonses for the serial hook.

the questions is if i should include this within the flashforge plugig or doing a second plugin handling the sd card.

but in this case there should be 2 plugins using the octoprint.comm.transport.serial.factory hook in parallel - is it possible to use 2 plugins for one connections in parallel?

thx

msmthng

@Mrnt
Copy link
Owner

Mrnt commented Mar 1, 2024

Sorry for the delay in responding. This is an interesting idea.
I believe you can only have one serial hook active at a time. If I understand correctly, you would want the connection to the flashir SD would manage file listings, deleting files? Were you also envisioning uploading the files using the flashir connection?
It seems like flashir support would need to be added to this plugin with the g-code commands like M20 for file listing, M30 for file deletion M21 for card formatting being processed by this plugin via the flashir connection instead of being passed to the printer.

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

2 participants