mead-horn: license, README, customizer presets, fix aspect customization
[clinton/3d-models.git] / mead-horn / mead-horn.scad
index 9c85987..b3aeaa4 100644 (file)
@@ -1,4 +1,10 @@
-// 2021
+// Simple 3D Printable Drinking Horn
+// Copyright (c) 2021 Clinton Ebadi <clinton@unknownlamer.org>
+
+
+// Released under the https://wiki.creativecommons.org/wiki/CC0
+// To the extent possible under law, Clinton Ebadi has waived all
+// copyright and related or neighboring rights to Simple 3D Printable Drinking Horn.
 
 // Single person mead horn, for winter solstice 2021 since sharing
 // mead from the real horn is probably still unsafe.
@@ -11,7 +17,7 @@ top_radius    =  33;
 horn_length   = 135;
 horn_rise     =  40;
 horn_twist    =   0;
-horn_aspect   = [ 1.0, 0.92 ];
+horn_aspect   = [ 1.0, 0.92 ]; // [0:0.01:100]
 
 module helix_horn () {
      helix_levels = 1/6;