Adding SD Card Upload support for Creator Pro 2#83
Open
Conversation
adding special path handling for e.g. Creator Pro 2 on SD Upload
updating Creator Pro 2 printing limitation
Owner
|
It looks like the upload path is different for the CP2, but otherwise the behavior is the same? Out of curiosity - were you able to sniff the USB traffic between FlashPrint and the printer when it controls the printer (lights, etc) and does the SD card upload? Wondering how much they changed the communication from the other printers. What about making the file path a string that goes with the printer profile, eg: and then the upload could be: and then the upload could be something like: and the print command something like: Then special casing for other printers would be as simple as adding a path string to the printer profile. |
Collaborator
Author
Collaborator
Author
|
i think your file path apporach is better then using this special var, i will change my implementation |
Owner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

The Upload is working also the start to print from SD Card.
The printer is not answering to the SD listening request (not supported by the firmware used).
does it make sense to fake the M27 support based on a filedatabase what is uploaded to the printer using octoprint but i don't know if it is possible to inject that command in a way that the printer serial response is modified by the plugin.