@nebulaglitch/gcode
Version:
A library to generate gcode output
1 lines • 518 B
Source Map (JSON)
{"version":3,"file":"toolselect.cjs","sources":["../../src/commands/toolselect.ts"],"sourcesContent":["'use strict';\n\nimport Command from '../command';\n\nclass ToolSelect extends Command {\n constructor(tool: string | number = 2) {\n super('T', tool);\n }\n}\n\nexport default ToolSelect;\n"],"names":["ToolSelect","Command","constructor","tool"],"mappings":";;;;;;AAIA,MAAMA,UAAmBC,SAAAA,eAAAA,CAAAA;IACrBC,WAAYC,CAAAA,IAAAA,GAAwB,CAAC,CAAE;AACnC,QAAA,KAAK,CAAC,GAAKA,EAAAA,IAAAA,CAAAA;AACf;AACJ;;;;"}