-
Notifications
You must be signed in to change notification settings - Fork 28
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
[BUG] Naming convention for autograph output uses : #12
Comments
@HonestBrothers easy fix. What delimiter would be best? I'd probably do HH.MM.SS |
That would cause issues too. I can't actually get the graph to output. Klipper crashes after making the folder. I'm not sure making a directory is necessary, since this probably won't get ran that often. But if you think the directory is necessary, you might check to see if AutoGraph directory exists, if not make it, if it does, write the file to the directory. . as a delimiter might cause issues too, as Windows reserves those for file extensions. So once it sees the . Windows will think that's a file extension, and require renaming of the file to open. Also, I think your naming convention of the directory causes the issue where Klipper crashes. I was able to alleviate that changing the directory naming convention, it just names the directory Autograph_MMDDYY, and then names the file AutoGraph_MMDDYYHHMMSS.png Or something of the sort. |
I think something along these lines might work. It'll complain about the filepath already existing, so might need some error handling there. .PNG still doesn't output for me with the modifications, however.
|
@HonestBrothers |
Naming convention for the auto_speed_graph outputs time on the graph with in HH:MM:SS format. This may cause issues when transferring to Windows computers.
The text was updated successfully, but these errors were encountered: