From de2e441aedb6337133ef4eae673c77bcbd0112ee Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Thu, 26 Jun 2014 11:04:58 +0000 Subject: [PATCH] FIXME --- diamond2.scad | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/diamond2.scad b/diamond2.scad index 821d670..2af4542 100644 --- a/diamond2.scad +++ b/diamond2.scad @@ -9,12 +9,16 @@ dd=40; // Diamond_height_ratio hr=0.615; -// ignore variable values +// Cut angles. +// FIXME: Crown angles are in fact dependent - one of them isn't a true +// parameter (it's just matched by hand here) and should be calculated from the other two. +// cag4 should be calculated from cag3 and cag5 if trying to resemble real cutting process... + pag1=42.45; // Pavillion_angle1 pag2=40.75; // Pavillion_angle2 cag3=40.16; // Crown_angle3 cag4=34.5; // Crown_angle4 -cag5=24.6; // Crown_angle4 [was 23.45 in original script?! shouldn't be...] +cag5=24.6; // Crown_angle5 [was 23.45 in original script?!] dh=dd*hr; // Diamond height