CookieBuilder

Make sure you upload an image with decent contrast, minimal whitespace, no separated areas and without gradient.
Browse image Invert image
Blur
Threshold

Instructions

  • Not all shapes are suitable for cookies cutters. With rugged shapes you will have less hassle to push the dough out of the cutter than with fine ones.
  • Depending on the nozzle size of your printer, you can alter the thickness of the Wall. Per default I set the Wall thickness to 0.8mm, which is a multiple of my printers nozzle size of 0.4mm.
  • I got good results with no infill prints.
  • And finally: Cookie Cutters printed with PLA are not heat resistant. So don't put them into the dishwasher. Cleaning them by hand with warm water and soap is fine. :)

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

About CookieBuilder | V 0.3

Put together by Kurt Meister and Manuel Meister in December 2017.

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).
| 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); }