Skip to content

Instantly share code, notes, and snippets.

@NuclearLighthouseStudios
NuclearLighthouseStudios / plate.scad
Created October 18, 2021 15:36
3D Printed Printing Plate Generator Script
file = "card-front.svg";
width = 54.68620;
height = 85.29320;
feature_height = 1.4;
plate_thickness = 0.6;
union()
{
minkowski()