Change the inicial z home value
I am using a leapfrog creatr and i am using a POM filament, its really hard to have adhesion to the bed so know i am trying to put a thin layer of solid Pom in the bed soo that when the filament is printing the filament can stick in the Pom, for that i need to put the z value on the home position a little bit lower. How can i do that in the repetier 2.0.5?
Thanks.
Thanks.
Comments
G1 Z1
G92 Z0.9
That tells firmware that at Z=1 it should assume it is at Z=0.9, so everything is printed 0.1mm higher. Adjust values to what you need.