Emulate Ultimaker Behavior bed is "free" after print.
-
I am working on an 3d print service cloud solution. And at Ultimaker you have to "tell" the printer that you removed the print and the bed is free for next print. So my question is if there is an easy way to emulate this behavior which i might have overlooked.
maybe it is the easiest to have a kind of Mcode which i can ask (even after reboot) if it is free or not (because bad can happen then ) and if free i print if not user has to tell at printer (or web client) yes plate is free ?
what do you think -
like this command?
M291 P"Is the bed free? Ok or Cancel?" R"WARNING" S3 ; User must click OK or cancel.
-