gcode-preview - v3.0.0-alpha.5
    Preparing search index...
    linearMove: CommandHandler = ...

    Executes a linear move command (G0/G1)

    GCodeCommand containing move parameters

    Job instance to update

    Handles both rapid moves (G0) and linear moves (G1). Updates the job state and adds points to the current path based on the command parameters. G0 is for rapid moves (non-extrusion), G1 is for linear moves (with optional extrusion).