MCPcopy Create free account
hub / github.com/cncjs/gcode-toolpath / isRelativeDistance

Method isRelativeDistance

src/Toolpath.js:667–669  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

665 return this.modal.distance === 'G90';
666 }
667 isRelativeDistance() {
668 return this.modal.distance === 'G91';
669 }
670 isXYPlane() {
671 return this.modal.plane === 'G17';
672 }

Callers 3

translateXMethod · 0.95
translateYMethod · 0.95
translateZMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected