Cancel Objects in DWC
-
The one thing I miss the most from OctoPrint is the ability to cancel a specific object while printing. There's a plugin for this.
Say I'm printing a lot of parts and one of those fail, I don't need to stop the whole print or waste a lot of plastic spaghetti, but I can just cancel that object and it will stop printing that object.
Most popular slicers (Cura, Slic3r and S3D) support labeling individual objects in g-code, and the readme of the plugin explains how.
I heard there's a gcode viewer in the works for DWC, but even without it, it would be nice to include this functionality in DWC 2. It's basically just a matter of using a couple of regex patterns to detect when a section of gcode for an object starts and stops and then displaying buttons to skip those sections.
I'm a software developer myself, so I might just go down the rabbit hole of the DWC code and give this a try.
Is it already possible to read out the gcode in DWC somehow? And how would I be able to tell the printer what sections to ignore? After all GCode is not streamed like in octoprint, but read from the SD-Card. Guess this would require support in both the firmware and DWC? -
This post is deleted! -
Yea this is what I am looking for in DWC. I am thinking I have to use octoprint if DWC doesnt have this as I will be printing rows of large panels and if one fails I want to be able to see that on the cam and then delete that part and move onto the next. Do you know if this has been added yet please @dc42 ? Many thanks
Charles
-
@charles-fraser You can already do this through the now-integrated gCode viewer plugin..
-
@Charles-Fraser or there is this lightweight plugin https://forum.duet3d.com/topic/24762/object-cancel-plugin-1-0
-
@jay_s_uk you guys are way too fast for me
-
@jay_s_uk AMAZING! Thank you so much