UNPKG

@nebulaglitch/gcode

Version:
11 lines (8 loc) 224 B
import Command from '../command.js'; class FeedVelocity extends Command { constructor(velocity = 100){ super('F', velocity); } } export { FeedVelocity as default }; //# sourceMappingURL=feedvelocity.js.map