-
Notifications
You must be signed in to change notification settings - Fork 40
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
uPrint EEPROM uid starts with 00 and keeps changing #65
Comments
uprint is a bit special. You are definitly unable to write to this chip. It is possible to decrypt the data with bvanheus script but I have not had success to read it with this script. I found a script (tool.py) do dump the uprint chip and drcrypt it with bvanheus script. Take a look at my github and at @mayrthom. There is help for uprint .... to read, decrypt, recode and re-write it. |
Im currently waiting for a null modem cable to read and write with the daig port to arrive. I'll definitely try that when I get it. Where is this tool.py script? |
You can find the several scripts here: https://github.com/256FF/Refill-uPrint-EEPROMs I think it may be easier with my rewrite of the cartridgewriter, because it is an all in one solution for the Stratasys uPrint. It can read, decrypt and rewrite the Cartridges over the DIAG Port in one go. If you have any questions feel free to ask. |
I have a question regarding the uprint writer, the description states it works with uprint SE but I don't see uprint SE isn't in the drop down? |
Someone worte, that Machine ID for SE is 6B2A268B5ED3374A (same as "Ktype") but it was not confirmed yet. Furthermore mayrthom also has this ID in his code (machine.cs) but outcommented: //new Machine {Number = new byte[8] {0x6B, 0x2A, 0x26, 0x8B, 0x5E, 0xD3, 0x37, 0x4A}, Type = "uprintse"} |
has anyone located the correct machine ID for the uprint SE yet? |
If anybody has been successful, what filament do you use to replace the default expensive filament? |
@cdnreprap see this commit 41accb5 |
I'm trying to use this tool with a uprint eeprom using the one pin data method on a raspberry pi. The uid seems to keep changing every couple of seconds and it starts with 00- rather than the 23- that the guide says it should have. Anyone have any insight on this problem?
The text was updated successfully, but these errors were encountered: