> what I actually want to do is move Z up 10mm
The command `G1 Z-10` tells the printer to _decrease_ the Z-axis position, i.e., move the nozzle closer to the bed. You should use `G1 Z10` instead.
> what I actually want to do is move Z up 10mm
The command `G1 Z-10` tells the printer to _decrease_ the Z-axis position, i.e., move the nozzle closer to the bed. You should use `G1 Z10` instead.