H2D Z-offset for the first layer

Revised method for utilizing both plates with necessary Z offsets applied as needed, while retaining the settings.

Save the current machine (Save Icon), then modify the Machine Start G-code and save the updated changes.

This Z-offset is set for my HF-PETG; you may need to adjust yours for optimal results.

;===== for PEI Plates , lower the nozzle as the nozzle was touching topmost of the texture when homing ==
   {if curr_bed_type=="Textured PEI Plate"}
        G29.1 Z{0.02} ; for Textured PEI Plate = Bambu Lab default -0.02
   {else} 
        G29.1 Z{0.05} ; for Smooth PEI Plate = Bambu Lab default 0.00
    {endif}

If you’re new to this, here’s what happens when the Z is set too low for materials like HF-PETG on first layer and this was not my printer this is a sample photo.

2 Likes