Included Obiscad library as a submodule

pull/20/head
Carlos Garcia Saura 2014-07-10 11:37:23 +02:00
parent 0d1c4b6346
commit 6b6971d040
4 changed files with 8 additions and 4 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "Hardware/CYCLONE_2/libs/MCAD"]
path = Hardware/CYCLONE_2/libs/MCAD
url = ssh://git@github.com/openscad/MCAD.git
[submodule "Hardware/CYCLONE_2/libs/obiscad"]
path = Hardware/CYCLONE_2/libs/obiscad
url = ssh://git@github.com/Obijuan/obiscad.git

View File

@ -9,9 +9,9 @@ $fa = 5; // Minimum angle for fragments [degrees]
$fs = 0.5; // Minimum fragment size [mm]
// Load necessary libraries
use <libs/obiscad/vector.scad>
use <libs/obiscad/attach.scad>
use <libs/obiscad/bcube.scad>
use <libs/obiscad/obiscad/vector.scad>
use <libs/obiscad/obiscad/attach.scad>
use <libs/obiscad/obiscad/bcube.scad>
use <libs/standard_parts.scad>
use <libs/hole_for_screw.scad>

@ -0,0 +1 @@
Subproject commit 5c6541222e0cc4b2d75c60e553f46ee5e2f8572e

View File

@ -4,7 +4,7 @@
// License: CC BY-SA 4.0 (Attribution-ShareAlike 4.0 International, http://creativecommons.org/licenses/by-sa/4.0/)
// Designed with http://www.openscad.org/
use <obiscad/bcube.scad>
use <obiscad/obiscad/bcube.scad>
$render_standard_parts = false;