Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cncjs/gcode-toolpath
/ in2mm
Function
in2mm
src/Toolpath.js:4–4 ·
view source on GitHub ↗
(val = 0)
Source
from the content-addressed store, hash-verified
2
3
// from in to mm
4
const
in2mm = (val = 0) => val * 25.4;
5
6
// noop
7
const
noop = () => {};
Callers
4
translateX
Method · 0.85
translateY
Method · 0.85
translateZ
Method · 0.85
translateR
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected