-
Notifications
You must be signed in to change notification settings - Fork 8
Unify to single script #2
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
base: master
Are you sure you want to change the base?
Conversation
henningjanssen
commented
Jun 28, 2020
- Unified all scripts to a single command-line tool
- Python3 minor adjustments
- removed scripts to download firmware as the servers seem to be unmaintenanced
Servers seem to be non-functional atm. Download firmware from https://github.com/tripflex/MOD-t
If you are fine with these changes and want to accept my pull-request, you maybe should notify https://github.com/tripflex/MOD-t |
Sorry for the delay, I'll be reading through this today. |
Testing on my end is pretty heavy, too, as my Mod-T sometimes won't react to commands other than I basically took your scripts and build a class and argument parser around it as well as adding some braces somewhere at a |
Looks good to me. Definitely a lot nicer to only have 2 files in the repo. I should probably try and figure out what's wrong with my Mod-T (I have a feeling only something in the power section is screwed up, like a missing voltage rail.) I have since also purchased a different printer. The DFU script is kind of useless without the main modt.py script as is, which is why I wanted to scrap the bash script eventually and just do everything in python. enter DFU, flash the firmware and be done. But there shouldn't be much need to flash firmware now that there is one final firmware and nothing new is likely to come. |