gcode-preview - v3.0.0-alpha.5
    Preparing search index...

    Variable handlersConst

    handlers: ReadonlyMap<string, CommandHandler> = ...

    Maps a lowercase gcode (e.g. g1) to the handler that executes it

    Commands without an entry here are ignored by the interpreter. To support a new command, add its handler under interpreter/commands/ and register it in this map.