Mit KI Ähnliches finden
Druckprofil(0)
Modelldatei(0)
Veröffentlicht:2026-03-04 06:01:22
0
0
Create dry measuring scoops in any size. (common sizes provided as examples)
Pre-published STLs print nicely at 0.2mm layer height, no support, no brim
To customize:
OpenSCAD can store and pre-populate presets for parametric designs. To pre-populate OpenSCAD's UI with the settings used for the pre-published STLs copy the following content into MeasureScoop.json in the same directory where you saved MeasureScoop.scad
{ "parameterSets": { "1tsp": { "volumeLabel": "1", "unitLabel": "tsp", "volume": "4.93" }, "1Tbsp": { "volumeLabel": "1", "unitLabel": "Tbsp", "volume": "14.79" }, "2Tbsp": { "volumeLabel": "2", "unitLabel": "Tbsp", "volume": "29.57" }, "QuarterCup": { "volumeLabel": "1/4", "unitLabel": "cup", "thick": "1.4", "volume": "59.15" }, "HalfCup": { "volumeLabel": "1/2", "unitLabel": "cup", "thick": "1.4", "volume": "118.29" }, "5ml": { "volume": "5" }, "15ml": { "volume": "15" }, "30ml": { "volume": "30" }, "50ml": { "thick": "1.2", "volume": "50" }, "60ml": { "thick": "1.4", "volume": "60" } }, "fileFormatVersion": "1" }Finally: a shout-out to @Teque5 for making the Overpass font-selection a no-brainer. See awesome write up at Font Swatches Tested & Ranked
