@nebulaglitch/shopbot
Version:
A library to generate shopbot output
12 lines (9 loc) • 575 B
JavaScript
import Command from '../command.js';
class ValuesDisplaySettings extends Command {
constructor(obsolete1, numAxes, linearUnits, unitsTypeA, unitsTypeB, obsolete2, displayFileComments, keypadFixedDistance, keypadRemote, writePartFileLog, writeSystemLog, messageScreenLocX, messageScreenLocY, messageScreenSizeX, messageScreenSizeY, showFileProgress1, keypadSwitchesAutoOff, showFileProgress2, mainDisplayType){
super('VD');
this.args.push(obsolete1);
}
}
export { ValuesDisplaySettings as default };
//# sourceMappingURL=valuesdisplaysettings.js.map