Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
translateX
Method · 0.95
translateY
Method · 0.95
translateZ
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected