UNPKG

@nebulaglitch/gcode

Version:
6 lines (5 loc) 161 B
import { default as Command } from '../command'; declare class FeedVelocity extends Command { constructor(velocity?: number); } export default FeedVelocity;