NirViaje / DigitalSundial

TODO: a general shape sundial (shadow) generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##Digital Sundial by Mojoptix

The original post from the author here -

Currently this is just the github copy of the thingiverse file with README.md (this file) -

A general pattern sundial (shadow) generator will be cool.

##Usage

inside Sundial_Digital_13oct2015.scad

// Choose what you want to print/display:
// 1: the gnomon
// 2: the central connector piece
// 3: the top part of the lid
// 4: the bottom part of the lid
// 10: display everything
FLAG_PRINT = 4;

FLAG_northern_hemisphere = 1;   // set to 1 for Northen Hemisphere, set to 0 for Southern Hemisphere

FLAG_gnomon_brim = 0;   // Add a brim to the gnomon
FLAG_bottom_lid_support = 1;    // Add some support structure for the lid teeth

####Other Digital Sundial on github

####Some Interesting Inspiration from osresearch

About

TODO: a general shape sundial (shadow) generator


Languages

Language:OpenSCAD 100.0%