Mould-O-Matic

1. Sharp black and white images and small and equal borders are best.
2. Use image format .png or .jpg with resolution 150 px for clean edges.
Please select your image for Upload: Browse image Invert image
Blur
Threshold

Print and casting your parts

  • Comming soon...

CandleCaster works best with a modern browser such as Mozilla Firefox or Google Chrome.

About Mould-O-Matic | V 0.1

Put together by Kurt Meister in January 2019.

Statistics by Google Analytics
Thanks to Benjamin for his fantastic Stamp-o-Matic, which is based on Potrace by Peter Selinger and on the javascript version by DEFGHI1977 and George Nagaoka, Nitoyon (AS3 version).

OpenJSCAD.org | Version

by René K. Müller (UI & CLI), Joost Nieuwenhuijse (core), Eduard Bespalov (core), Gary Hogdson (OpenSCAD translator)
csg.js core & improvements by Evan Wallace, Eduard Bespalov, Joost Nieuwenhuijse, Alexandre Girard
Licenses: MIT License & GPLv2 | Get your copy/clone/fork from GitHub: OpenJSCAD
OpenJSCAD.org , MIT License & GPLv2, get your own copy/clone/fork from GitHub: OpenJSCAD
// -- OpenJSCAD.org logo function main() { return union( difference( cube({size: 3, center: true}), sphere({r:2, center: true}) ), intersection( sphere({r: 1.3, center: true}), cube({size: 2.1, center: true}) ) ).translate([0,0,1.5]).scale(10); }