UNPKG

@nebulaglitch/shopbot

Version:
14 lines (11 loc) 334 B
import Command from '../command.js'; class Jog3 extends Command { constructor(distanceX = null, distanceY = null, distanceZ = null){ super("J3"); this.args.push(distanceX); this.args.push(distanceY); this.args.push(distanceZ); } } export { Jog3 as default }; //# sourceMappingURL=jog3.js.map