Park position
I have tested yesterday repetier host 1.6.0 and it doesn't park on position, after finished printing!
When it finishes printing it stays where it finished and printed model is glued on nozzle.
When it finishes printing it stays where it finished and printed model is glued on nozzle.
Comments
I have put coordinates to go on home position but Z axis on top.
Always printing on host
But point is it never move from printing object it stays on top of it.
It worked in 0.95
but not in 1.6.0
if (analyzer.hasZHome && analyzer.RealZ < disposeZ && disposeZ > 0 && disposeZ <= Main.printerSettings.PrintAreaHeight)
so you need z home, must be below dispose z position and dispose z position must be below printer height.