Maybe I should make this a feature request then. I know cura knows how tall the model is, so if it had a separate setting for "park position" where I could set X,Y, and Z locations I want it to move to at the end of the print, then it would be possible to put something like this in my end code:
G0 Z{max_of_model_height_and_Z_park}
I want this to move the bed to a convenient position for removing the flexible build plate after the print is done.
Recommended Posts
nallath 1,117
Nope. You could try to do this with a post processing script, but that would require writing a custom python script that can do that (and remembering that you should enable that script every time)
Link to post
Share on other sites