Const
Maps a lowercase gcode (e.g. g1) to the handler that executes it
g1
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.
interpreter/commands/
Maps a lowercase gcode (e.g.
g1) to the handler that executes it