From f55fd473aed31d82821546e201e2265a561e0e7c Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Tue, 30 Aug 2022 11:10:44 -0600 Subject: [PATCH] Make the defaults a boring standard-size chip --- chip.scad | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chip.scad b/chip.scad index 74a457d..bfd11bd 100644 --- a/chip.scad +++ b/chip.scad @@ -1,17 +1,17 @@ // Diameter of the coin (mm) -diameter = 22; +diameter = 39; // Height of the coin (mm) -height = 2; +height = 3.5; // Engraving depth (mm) depth = 0.5; // Number of sides on your coin -sides = 6; // [3:360] +sides = 360; // [3:360] // How many holes (spokes) do you want? -holes = 24; // [0:12] +holes = 6; // [0:12] // Text to display text = "100";