@mr1952 , also, I tried your Gcode, but it did not work for me. I get the following error.
Failed to generate G-code for invalid custom G-code.
machine_start_gcode Parsing error at line 277: Not a variable name
{elsif curr_bed_type==“High Temp Plate”}
^
Please check the custom G-code or use the default custom G-code.
Here is the Gcode I used:
;===== for Textured PEI Plate, High Temp Plate and Wham Bam Plate ==
;curr_bed_type={curr_bed_type}
{if curr_bed_type==“Textured PEI Plate”}
G29.1 Z-0.04 ;squish of -0.02mm for Textured PEI Plate
{elsif curr_bed_type==“High Temp Plate”}
G29.1 Z0.03 ;raise of 0.03mm for High Temp or Wham Bam Plate
{endif}