Trying to work with Repeat Markers and my CR30 is behaving a bit strange.
So one can set any Marlin machine to repeat a file by turning on a repeat marker ala... "M808 L20" this sets it in the FW to repeat the file 20 times and it stays there until the FW gets a second "M808". You can put the first M808 into your start gcode and the second in the end or... you can set it in real time at the UI panel on the CR30. Note it will repeat the entire file including your prime lines, which unfortunately is not ideal.
Regardless, it's acting buggy. The result I got was it prints the file I want twice then it continues to print but it uses the next file on the SD card.
Anybody else seeing this? Is this a bug or am I not understanding how M808 works?