UltiMaker uses functional, analytical and tracking cookies. Tracking cookies enhance your experience on our website and may also collect your personal data outside of Ultimaker websites. If you agree with the use of tracking cookies, click “I agree, continue browsing”. You can withdraw your consent at any time. If you do not consent with the use of tracking cookies, click “Refuse”. You can find more information about cookies on our Privacy and Cookie Policy page.
About the only conceivable way I can think of doing it in Cura which might work would require making a plugin that allows you to manually (no way to do automatically) stop a USB print and move to the next model, but such a plugin would be complicated and USB printing receives little attention because it's mostly a legacy feature which is mostly unused (because it's a lot less reliable than putting your g-code on an SD card or whatever input your printer takes).
There's no way to do it in g-code, so it's not possible while slicing or in a post-processing script.
Automatically doing it by connected camera in OctoPrint or firmware: theoretically possible but a lot harder than it sounds. You'd need to use some sort of AI image processing to detect a print failing, compared to a pre-generated render of what it should look like at every stage, which is extremely computationally expensive..
Here comes Cura 5.9 and in this stable release we have lots of material and printer profiles for UltiMaker printers, including the newly released Sketch Sprint. Additionally, scarf seams have been introduced alongside even more print settings and improvements. Check out the rest of this article to find out the details on all of that and more
We are happy to announce the next evolution in the UltiMaker 3D printer lineup: the UltiMaker Factor 4 industrial-grade 3D printer, designed to take manufacturing to new levels of efficiency and reliability. Factor 4 is an end-to-end 3D printing solution for light industrial applications
Recommended Posts
Slashee_the_Cow 490
Not possible in Cura as it is.
About the only conceivable way I can think of doing it in Cura which might work would require making a plugin that allows you to manually (no way to do automatically) stop a USB print and move to the next model, but such a plugin would be complicated and USB printing receives little attention because it's mostly a legacy feature which is mostly unused (because it's a lot less reliable than putting your g-code on an SD card or whatever input your printer takes).
There's no way to do it in g-code, so it's not possible while slicing or in a post-processing script.
Automatically doing it by connected camera in OctoPrint or firmware: theoretically possible but a lot harder than it sounds. You'd need to use some sort of AI image processing to detect a print failing, compared to a pre-generated render of what it should look like at every stage, which is extremely computationally expensive..
Link to post
Share on other sites
ahoeben 2,013
See this OctoPrint plugin for example:
https://github.com/paukstelis/OctoPrint-Cancelobject
Link to post
Share on other sites
Mephisztoe 0
I believe the CancelObject Plugin for OctoPrint is something, I will have a look at. Sounds promising!
Link to post
Share on other sites