Hello Meldner.tech,
This will help get you started.
-
Setup Orca Slicer and get you filament calibrated.
-
Start with the Fast Start G-code and change the G-code for what you want or need.
-
Bambu Lab X1 Specific G-code
-
Marlin G-code Index
You can also add custom bed Z offsets as needed to the start G-code below the nozzle load line.
;===== 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.04mm for Textured PEI Plate
{elsif curr_bed_type==“High Temp Plate”}
G29.1 Z{+0.02} ;raise of 0.02mm for High Temp or Wham Bam Plate
{endif}