From b7933c94036efe4e25e4beae07a2099694b2ff74 Mon Sep 17 00:00:00 2001 From: Octopus Octopus Date: Fri, 3 Feb 2023 15:56:26 -0600 Subject: [PATCH] forgot i fixed the 0.75 mm discrepency --- choc-caps/main.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/choc-caps/main.go b/choc-caps/main.go index b5a702f..9829c31 100644 --- a/choc-caps/main.go +++ b/choc-caps/main.go @@ -8,7 +8,6 @@ import ( const ( // these values are designed to fit into the default flatbox, // tinker with the values to find the size you need. - // as a note, buttons come out 0.75 mm wider than expected, size yours accordingly. OCTOGON_SIZE_SMALL = 20.25 OCTOGON_SIZE_LARGE = 25.75 CIRCLE_SIZE_SMALL = 22.5 @@ -21,8 +20,6 @@ const ( MID_Z = 3.5 STEM_Z = 5 // ROUND determines the radius of curves, 0 is sharp edges. - // WARNING: this will mess with your size values as well. the 0.75mm wider models as a result - // of the 0.5 round. // keep that in mind if you're modifying this program. // each individual Z height *must* be greater than round * 2. ROUND = 0.5