And you would be depending on comments to ensure that it works, which is kinda nasty.
I was thinking along those lines. I fully appreciate that this is non-trivial, but it is nonetheless jolly useful.
This would of course could break Marlin in a big way, but perhaps not so drastically. As it is, the whole gcode thing is a bit long in the tooth for 3D printing, but assuming that we want to stick with it, one could add some very simple features into the firmware to handle this.
For example, bracketing each layer of each object with a start/end marker in comments as @ahoeben suggests. Standard firmware will simply ignore these comments, updated firmware will understand what they represent and could, upon receiving a custom gcode, simply skip to the next object on that layer.
Of course each object will need label, which could be set and/or autogenerated in Cura.
Maybe this is something for @Tinkergnome to play with?
- 4 years later...
a) I agree this would be very useful!
b) Can Cura stop the print after completing a layer and send new gcode for the remaining layers of the print, (without some failed objects)? (I realize this would still be a lot of work / UI / etc, but seems less hacky than what was discussed above.)
c) If any of this works, maybe just being able to tell a print to stop/start at an arbitrary [Z] would put it in the user's hands.
Edited by underwatercolor+idea
Recommended Posts
ahoeben 1,992
Well, in theory comments could be placed in the gcode showing where different objects start, and the firmware could just skip gcode from the start-comment of such an object until it encounters a new start-comment for another object. But that would be a non-trivial change to the slicer and to the firmware.
Link to post
Share on other sites