Included Obiscad library as a submodule
parent
0d1c4b6346
commit
6b6971d040
|
@ -1,3 +1,6 @@
|
||||||
[submodule "Hardware/CYCLONE_2/libs/MCAD"]
|
[submodule "Hardware/CYCLONE_2/libs/MCAD"]
|
||||||
path = Hardware/CYCLONE_2/libs/MCAD
|
path = Hardware/CYCLONE_2/libs/MCAD
|
||||||
url = ssh://git@github.com/openscad/MCAD.git
|
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
|
||||||
|
|
|
@ -9,9 +9,9 @@ $fa = 5; // Minimum angle for fragments [degrees]
|
||||||
$fs = 0.5; // Minimum fragment size [mm]
|
$fs = 0.5; // Minimum fragment size [mm]
|
||||||
|
|
||||||
// Load necessary libraries
|
// Load necessary libraries
|
||||||
use <libs/obiscad/vector.scad>
|
use <libs/obiscad/obiscad/vector.scad>
|
||||||
use <libs/obiscad/attach.scad>
|
use <libs/obiscad/obiscad/attach.scad>
|
||||||
use <libs/obiscad/bcube.scad>
|
use <libs/obiscad/obiscad/bcube.scad>
|
||||||
use <libs/standard_parts.scad>
|
use <libs/standard_parts.scad>
|
||||||
use <libs/hole_for_screw.scad>
|
use <libs/hole_for_screw.scad>
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 5c6541222e0cc4b2d75c60e553f46ee5e2f8572e
|
|
@ -4,7 +4,7 @@
|
||||||
// License: CC BY-SA 4.0 (Attribution-ShareAlike 4.0 International, http://creativecommons.org/licenses/by-sa/4.0/)
|
// 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/
|
// Designed with http://www.openscad.org/
|
||||||
|
|
||||||
use <obiscad/bcube.scad>
|
use <obiscad/obiscad/bcube.scad>
|
||||||
|
|
||||||
$render_standard_parts = false;
|
$render_standard_parts = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue