UNPKG

@nebulaglitch/gcode

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