stl.parts
Find
Create new shape
Editor
Submit for review
Use shift + scroll to zoom
Refresh view
Download .STL File
JSCAD V2
Open Documentation
// title : Untitled shape // author : Your name // license : MIT License // version : 0.1.0 const { cuboid } = require('@jscad/modeling').primitives function main (params) { const shape = cuboid({size: [params.width, params.length, params.height]}); return centerShape(shape); } module.exports = { main }
save
reset editor
Length
mm
// use as params.width in code
Length
mm
// use as params.length in code
Length
mm
// use as params.height in code
Add a parameter