imrahil / OctoPrint-PrintHistory

Plugin for OctoPrint - saves filename, print time and filament usage for each print
GNU Affero General Public License v3.0
63 stars 64 forks source link

Migrate from old Repository #87

Closed CharlesHaislip closed 4 years ago

CharlesHaislip commented 4 years ago

I initial had done all work in a second repository that came before this one. I am now re-uploading all files from the original repository due to a minor mistake I had made from a re-base. It was not irrecoverable (in fact, no files were damaged) but I decided to re-fork the repository to keep things clean and to also make sure that each commit had the proper people accredited, as the re-basing cause me to have been credited with commits that I did not have anything to do with.

Things that happened: began migration over to Python3. For now, this plugin will ONLY work with Python3 until my testing is complete, at which point I will test for compatibility with Python2.7. I have also added minor improvements to documentation, though I need to do more, and I have done some work on the 'template' file, though more work is needed. If I forgot anything, I may come comment on this later. TODO: Fix template file. Fix export. Fix filter. Ensure all imports are needed AND are Python3 and Python2.7 compatible. And whatever else I forgot to place here.

CharlesHaislip commented 4 years ago

Oops, wrong repository. Please ignore.