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

Method isYZPlane

src/Toolpath.js:676–678  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

674 return this.modal.plane === 'G18';
675 }
676 isYZPlane() {
677 return this.modal.plane === 'G19';
678 }
679 setPosition(...pos) {
680 if (typeof pos[0] === 'object') {
681 const { x, y, z } = { ...pos[0] };

Callers 1

ToolpathClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected