UNPKG

@nebulaglitch/shopbot

Version:
12 lines (9 loc) 543 B
import Command from '../command.js'; class ValuesCutterParameters extends Command { constructor(diameter, obsolete1 = null, obsolete2 = null, safeZPullUp = null, plungeDirection = null, pocketOverlap = null, safeAPullUp = null, triggeredOutputSwitch = null, triggerONThreshold = null, triggerOFFThreshold = null, verticalAxisMonitored = null, triggeredOutputSwitchNum = null){ super('VC'); this.args.push(diameter); } } export { ValuesCutterParameters as default }; //# sourceMappingURL=valuescutterparameters.js.map