KiloQubit / probe_accuracy

GNU General Public License v3.0
94 stars 18 forks source link

Added the ability to generate chart from json file #1

Closed weasel0x00 closed 3 years ago

weasel0x00 commented 3 years ago

Had a JSON file that I needed to recreate the HTML graph for. This seemed to do the trick. (I'm @brewweasel on Voron Discord)

KiloQubit commented 3 years ago

Thanks for your PR. I was planning on adding that feature anyway, so your PR will make a good start for that. If you don't mind, I'm going to make some changes to its flag handling.

weasel0x00 commented 3 years ago

Of course, make any of the changes you like. It's your project. I just figured I'd try and give back something I found useful. I'm not a great programmer, just script to get things done, cutting and pasting everyone else's stuff as much as possible :D

KiloQubit commented 3 years ago

I made some updates in https://github.com/KiloQubit/probe_accuracy/commit/e4f7a6282f207de47d0002dfdae15b4d21fc6fa5 . Your PR is merged into a different branch for now, will merge into the main branch after I make another unrelated change.