jbod

jbod.git
git clone git://git.lenczewski.org/jbod.git
Log | Files | Refs | README

separator.scad (135B)


      1 include <constants.scad>
      2 
      3 module disk_separator() {
      4 	union() {
      5 		cube([separator_thickness, separator_depth, separator_height]);
      6 	}
      7 
      8 }