hitman21 Hello,is it possible to start a print again after finishing it. So I built a device to clean the bed an the print starts again and again...I have tried to set M23 Test.gcodeM24on the end of the G-Code but it doesent work.Other ideas?Thank you
Repetier No you can't really do that. If you have enabled watchdog you could force a reset at the end of print (M281). If then the print is named "init.g" it will run at the start of the print. That would be a loop like you want. But works only if it always gets main power or you remove sd card when connecting for testing.