@nebulaglitch/gcode
Version:
A library to generate gcode output
15 lines (10 loc) • 342 B
JavaScript
;
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
const rapidmove = require('./rapidmove.cjs');
class JogW extends rapidmove.default {
constructor(w = null){
super(null, null, null, w);
}
}
exports.default = JogW;
//# sourceMappingURL=jogw.cjs.map