Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cncjs/gcode-toolpath
/ isXYPlane
Method
isXYPlane
src/Toolpath.js:670–672 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
668
return
this.modal.distance ===
'G91'
;
669
}
670
isXYPlane() {
671
return
this.modal.plane ===
'G17'
;
672
}
673
isZXPlane() {
674
return
this.modal.plane ===
'G18'
;
675
}
Callers
1
Toolpath
Class · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected