@nebulaglitch/gcode
Version:
A library to generate gcode output
1 lines • 524 B
Source Map (JSON)
{"version":3,"file":"feedvelocity.cjs","sources":["../../src/commands/feedvelocity.ts"],"sourcesContent":["'use strict';\n\nimport Command from '../command';\n\nclass FeedVelocity extends Command {\n constructor(velocity = 100) {\n super('F', velocity);\n }\n}\n\nexport default FeedVelocity;\n"],"names":["FeedVelocity","Command","constructor","velocity"],"mappings":";;;;;;AAIA,MAAMA,YAAqBC,SAAAA,eAAAA,CAAAA;IACvBC,WAAYC,CAAAA,QAAAA,GAAW,GAAG,CAAE;AACxB,QAAA,KAAK,CAAC,GAAKA,EAAAA,QAAAA,CAAAA;AACf;AACJ;;;;"}