mjleehh / customcookies

Create printable cookie cutters from SVG drawings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom Cookies

Quickly convert simple SVG images into printable cookie cutters

Find a ready to use version here: https://mjleehh.github.io/customcookies/

screenshot

Warning: This is an early prototype and a toy project!

This small toy app converts all paths in an SVG file into printable cookie cutter geometry.

Load an SVG file, chose your tessellation level and the desired overall thickness of the cooke cutter. On save the tool generates an OBJ file which can be imported into most commonly used slicers.

Warning: most 3D printing materials are NOT suitable for food use!

Workflow

Create the desired shape using your favourite SVG drawing tool

svg editor

Use Custom Cookies to convert the shapes into a printable 3D object. Then use your favourite slicer to create GCode

sliced geometry

Finally print and bake!

printing

printed cutter

Usage

This tool comes as a web app. To use the most recent version you can bundle it yourself. Otherwise just use the link at the start of this document to find a ready to use version online.

Prerequisites:

  • make sure you have an up-to-date NodeJS and NPM installed.
  • an up-to-date browser (there is no acceptable reason for using outdated browser versions)
  1. clone this repo
  2. navigate a command prompt to the repo location
cd <repo-location>
  1. fetch dependencies
npm install
  1. run a development version of the app
npm start
  1. using your favourite browser navigate to http://localhost:3000

About

Create printable cookie cutters from SVG drawings


Languages

Language:TypeScript 97.5%Language:JavaScript 1.8%Language:CSS 0.4%Language:HTML 0.2%