K
@ivancamacho8 did you add your zoffset to the startup gcode inside of the creality cloud app? When you load your model to slice, select device at the bottom left, then Custom. Put in your parameters for your printer. Go to the Start G-Code section and put in your zcode offset.
Taken from All3DP
The key to adjusting Z offset using G-code is to home the printer first with G28 Z0.
Next, G92 Z0.1 can be used to set a manual Z offset for printing. In this case, the printer has established the current (home) position to be Z = 0.1 mm. This will create a -0.1-mm offset, where any movement command after this will be lowered by 0.1 mm on the Z-axis.