The fix: if you see cap when you run and M115 I modified /usr/local/Repetier-Server/firmware/marlin.xml by removing line 103 <response type="progressView" value="1">Cap:PROGRESS</response> and substituted <response type="progressView">Cap:PROGRESS:(\d)</response> and I was able to see layers cycling w/ ETA/ETE.
Dave
[quote]
<pre><response type="progressView">Cap:PROGRESS:(\d)</response>
If you send M115 you see lines starting with Cap: and I think your firmware sends it,
but due to the different regular expression it assumes it as true even if it was 0.
Edit marlin.xml in install dire/firmwares and restart server and it should then show
layers.
My problem was that my printer really supported this, so I saw layers from that source.
[/quote]</pre>