MCPcopy Index your code
hub / github.com/cncjs/gcode-toolpath / translateJ

Method translateJ

src/Toolpath.js:722–724  ·  view source on GitHub ↗
(j)

Source from the content-addressed store, hash-verified

720 return this.translateX(i, true);
721 }
722 translateJ(j) {
723 return this.translateY(j, true);
724 }
725 translateK(k) {
726 return this.translateZ(k, true);
727 }

Callers 1

ToolpathClass · 0.95

Calls 1

translateYMethod · 0.95

Tested by

no test coverage detected