@nebulaglitch/gcode
Version:
A library to generate gcode output
1 lines • 517 B
Source Map (JSON)
{"version":3,"file":"movew.cjs","sources":["../../src/commands/movew.ts"],"sourcesContent":["'use strict';\n\nimport FeedMove from './feedmove';\n\nclass MoveW extends FeedMove {\n constructor(w: number | null = null) {\n super(null, null, null, w);\n }\n}\n\nexport default MoveW;\n"],"names":["MoveW","FeedMove","constructor","w"],"mappings":";;;;;;AAIA,MAAMA,KAAcC,SAAAA,gBAAAA,CAAAA;IAChBC,WAAYC,CAAAA,CAAAA,GAAmB,IAAI,CAAE;QACjC,KAAK,CAAC,IAAM,EAAA,IAAA,EAAM,IAAMA,EAAAA,CAAAA,CAAAA;AAC5B;AACJ;;;;"}