G-code Preview — API Reference
    Preparing search index...
    FeatureRole: {
        Bridge: 8;
        Brim: 7;
        Custom: 10;
        ExternalPerimeter: 2;
        Infill: 3;
        Perimeter: 1;
        PrimeTower: 11;
        Purge: 14;
        Raft: 13;
        Skirt: 6;
        SolidInfill: 4;
        Support: 5;
        Travel: 9;
        Unknown: 0;
        WipeTower: 12;
    } = ...

    Feature-role indices stored in ToolpathSegments.feature (0 = unknown).

    Type declaration

    • ReadonlyBridge: 8
    • ReadonlyBrim: 7
    • ReadonlyCustom: 10
    • ReadonlyExternalPerimeter: 2
    • ReadonlyInfill: 3
    • ReadonlyPerimeter: 1
    • ReadonlyPrimeTower: 11

      Prime tower / prime pillar — the purge column built up alongside the model.

    • ReadonlyPurge: 14

      Purge / flush material (e.g. Bambu FLUSH_START/END) — extruded but not part of the model.

    • ReadonlyRaft: 13

      Raft — the sacrificial base under the model (distinct from Brim).

    • ReadonlySkirt: 6
    • ReadonlySolidInfill: 4
    • ReadonlySupport: 5
    • ReadonlyTravel: 9
    • ReadonlyUnknown: 0
    • ReadonlyWipeTower: 12

      Wipe tower — the multi-material wipe/prime structure (PrusaSlicer/ideaMaker vocabulary).