Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cncjs/gcode-toolpath
/ translateK
Method
translateK
src/Toolpath.js:725–727 ·
view source on GitHub ↗
(k)
Source
from the content-addressed store, hash-verified
723
return
this.translateY(j, true);
724
}
725
translateK(k) {
726
return
this.translateZ(k, true);
727
}
728
translateR(r) {
729
r = Number(r);
730
if
(Number.isNaN(r)) {
Callers
1
Toolpath
Class · 0.95
Calls
1
translateZ
Method · 0.95
Tested by
no test coverage detected