GCODE

Can I start a print with a Z = 20mm?

I use Slic3r and I want to print a piece on another piece that i printed before (h = 20mm), then i want that the second print start with a Z = 80mm.

I believe you can use the G1 command like this:

G1 Z0.300 F11700.000

where the number after Z is the height in millimeters the Z axis has to travel.
Please beware that this should work, but I haven't tested it.

dp_1