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

Method isZXPlane

src/Toolpath.js:673–675  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

671 return this.modal.plane === 'G17';
672 }
673 isZXPlane() {
674 return this.modal.plane === 'G18';
675 }
676 isYZPlane() {
677 return this.modal.plane === 'G19';
678 }

Callers 1

ToolpathClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected