G-code Preview — API Reference
    Preparing search index...
    interface TravelStyle {
        color: string;
        lineWidth?: number;
    }
    Index

    Properties

    Properties

    color: string

    CSS color for travel moves (e.g. a muted gray).

    lineWidth?: number

    Travel stroke width in device px (default 0.5).