-
Notifications
You must be signed in to change notification settings - Fork 24
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
Facility to recalculate layers for existing uploads #167
Comments
I wrote a little script to do this. I put it up on GitHub https://github.com/CmdrCody51/3D-Scripts One option is to strip the M117 messages that DisplayLayerProgress puts in so it should reprocess the file with out getting messed up. But if there are no layer metadata in the file - then DLP still won't be able to parse it correctly. It uses the watched folder from OctoPrint to automate the loading. I do not know if it works with OctoPi. You'll probably have to chmod +x Reload.sh to get it to run. |
Thank you, I have run the script but still a little confused as to how it does what it needs to do .. |
That's the theory. Problem being if DLP couldn't process it because of no layer markers - it will still not be able to process it. |
Hi there,
Just started using your plugin but as with others I have a large number of gcode files already within octoprint. Most of which would be a great pain to recreate and reupload …
Would it be possible to have a button or maybe for the system to just rescan a file automatically if there is no layer detail within your plugin for the file .. Would make it a great deal more usable and would remove the informative yet not very useful error message!
The text was updated successfully, but these errors were encountered: