Hi.
I've tried the examples on nanodlp on "GCODE Before Each Layer" and "GCODE After Each Layer" and didn't work. it doesn't move. I've tried testing gcodes but it moves always to the same spot. How can i say that he should rise "x" steps after each layer?
The example code that i use:
GCODE Before Each Layer:
G1 Z[[LayerPosition]] ; Move to layer position
[[WaitForDoneMessage]] ; Wait done message
[[PositionSet [[LayerPosition]]]] ; Save layer position as the current position
GCODE After Each Layer:
G1 Z{[[LayerPosition]]+[[ZLiftDistance]]} ; Lift to wait position
[[WaitForDoneMessage]] ; Wait done message
[[PositionChange [[ZLiftDistance]]]] ; Again update position