Initial checkin. Still needs work.

This commit is contained in:
Revar Desmera
2014-08-28 23:47:34 -07:00
parent 7f9966cf02
commit 86f94ed2b8
23 changed files with 2302 additions and 0 deletions

18
z_sled_part.scad Normal file
View File

@@ -0,0 +1,18 @@
include <config.scad>
use <GDMUtils.scad>
use <slider_sled.scad>
module z_sled_part() { // make me
zrot(90) slider_sled(with_rack=false);
}
z_sled_part();
// vim: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap