I implemented the following diagram with the following code
from fcad_pcb import kicad
pcb = kicad.KicadFcad(r'D:\HAYDEN\CAD\KICAD\Mirror\MR001\MR001_V1\MR001_V1.kicad_pcb')
pcb.make(copper_thickness=0.035, board_thickness=1.53, combo=True, fuseCoppers=True )
But I want to achieve the effect in the author’s screenshot directory, as shown in the figure below, how should I operate?