UNPKG

@nebulaglitch/gcode

Version:
11 lines (8 loc) 218 B
import Command from '../command.js'; class SpindleSpeed extends Command { constructor(speed = 100){ super('S', speed); } } export { SpindleSpeed as default }; //# sourceMappingURL=spindlespeed.js.map