MCPcopy 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
4const in2mm = (val = 0) => val * 25.4;
5
6// noop
7const noop = () => {};

Callers 4

translateXMethod · 0.85
translateYMethod · 0.85
translateZMethod · 0.85
translateRMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected