-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
678 changed files
with
219,543 additions
and
5,150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
use <../lib.scad> | ||
function ldraw_lib__1_8con25() = [ | ||
// 0 Cone 25 x 0.125 | ||
// 0 Name: 1-8con25.dat | ||
// 0 Author: Philippe Hurbain [Philo] | ||
// 0 !LDRAW_ORG Primitive UPDATE 2024-09 | ||
// 0 !LICENSE Licensed under CC BY 4.0 : see CAreadme.txt | ||
// | ||
// 0 BFC CERTIFY CCW | ||
[0,"BFC","CERTIFY"], | ||
[0,"BFC","CCW"], | ||
// | ||
// 0 !HISTORY 2024-10-27 [OrionP] Official Update 2024-09 | ||
// | ||
// 4 16 25 1 0 23.0975 1 9.5675 24.0214 0 9.9502 26 0 0 | ||
[4,16,25,1,0,23.0975,1,9.5675,24.0214,0,9.9502,26,0,0], | ||
// 4 16 23.0975 1 9.5675 17.6775 1 17.6775 18.3846 0 18.3846 24.0214 0 9.9502 | ||
[4,16,23.0975,1,9.5675,17.6775,1,17.6775,18.3846,0,18.3846,24.0214,0,9.9502], | ||
// 0 // conditional lines | ||
// 5 24 25 1 0 26 0 0 25 1 -10.355 23.0975 1 9.5675 | ||
[5,24,25,1,0,26,0,0,25,1,-10.355,23.0975,1,9.5675], | ||
// 5 24 23.0975 1 9.5675 24.0214 0 9.9502 25 1 0 17.6775 1 17.6775 | ||
[5,24,23.0975,1,9.5675,24.0214,0,9.9502,25,1,0,17.6775,1,17.6775], | ||
// 5 24 17.6775 1 17.6775 18.3846 0 18.3846 23.0975 1 9.5675 10.355 1 25 | ||
[5,24,17.6775,1,17.6775,18.3846,0,18.3846,23.0975,1,9.5675,10.355,1,25], | ||
// 0 // Build by LDPartEditor (PrimGen 2.X) | ||
]; | ||
module ldraw_lib__1_8con25(step=0, col=false, unit=2/5, alt=false, line=0.2, solid=!$preview) | ||
makepoly(ldraw_lib__1_8con25(), step=step, col=col, unit=unit, alt=alt, line=line, solid=solid); | ||
ldraw_lib__1_8con25(line=0.2); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
use <../lib.scad> | ||
function ldraw_lib__1_8con8() = [ | ||
// 0 Cone 8 x 0.125 | ||
// 0 Name: 1-8con8.dat | ||
// 0 Author: Philippe Hurbain [Philo] | ||
// 0 !LDRAW_ORG Primitive UPDATE 2024-09 | ||
// 0 !LICENSE Licensed under CC BY 4.0 : see CAreadme.txt | ||
// | ||
// 0 BFC CERTIFY CCW | ||
[0,"BFC","CERTIFY"], | ||
[0,"BFC","CCW"], | ||
// | ||
// 0 !HISTORY 2024-10-27 [OrionP] Official Update 2024-09 | ||
// | ||
// 4 16 8 1 0 7.3912 1 3.0616 8.3151 0 3.4443 9 0 0 | ||
[4,16,8,1,0,7.3912,1,3.0616,8.3151,0,3.4443,9,0,0], | ||
// 4 16 7.3912 1 3.0616 5.6568 1 5.6568 6.3639 0 6.3639 8.3151 0 3.4443 | ||
[4,16,7.3912,1,3.0616,5.6568,1,5.6568,6.3639,0,6.3639,8.3151,0,3.4443], | ||
// 0 // conditional lines | ||
// 5 24 8 1 0 9 0 0 8 1 -3.3136 7.3912 1 3.0616 | ||
[5,24,8,1,0,9,0,0,8,1,-3.3136,7.3912,1,3.0616], | ||
// 5 24 7.3912 1 3.0616 8.3151 0 3.4443 8 1 0 5.6568 1 5.6568 | ||
[5,24,7.3912,1,3.0616,8.3151,0,3.4443,8,1,0,5.6568,1,5.6568], | ||
// 5 24 5.6568 1 5.6568 6.3639 0 6.3639 7.3912 1 3.0616 3.3136 1 8 | ||
[5,24,5.6568,1,5.6568,6.3639,0,6.3639,7.3912,1,3.0616,3.3136,1,8], | ||
// 0 // Build by LDPartEditor (PrimGen 2.X) | ||
]; | ||
module ldraw_lib__1_8con8(step=0, col=false, unit=2/5, alt=false, line=0.2, solid=!$preview) | ||
makepoly(ldraw_lib__1_8con8(), step=step, col=col, unit=unit, alt=alt, line=line, solid=solid); | ||
ldraw_lib__1_8con8(line=0.2); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,115 @@ | ||
use <../../lib.scad> | ||
function ldraw_lib__48__4_4ring36() = [ | ||
// 0 Hi-Res Ring 36 x 1.0 | ||
// 0 Name: 48\4-4ring36.dat | ||
// 0 Author: Willy Tschager [Holly-Wood] | ||
// 0 !LDRAW_ORG 48_Primitive UPDATE 2024-09 | ||
// 0 !LICENSE Licensed under CC BY 4.0 : see CAreadme.txt | ||
// | ||
// 0 BFC CERTIFY CCW | ||
[0,"BFC","CERTIFY"], | ||
[0,"BFC","CCW"], | ||
// | ||
// 0 !HISTORY 2024-10-27 [OrionP] Official Update 2024-09 | ||
// | ||
// 4 16 37 0 0 36.6818 0 4.8285 35.6904 0 4.698 36 0 0 | ||
[4,16,37,0,0,36.6818,0,4.8285,35.6904,0,4.698,36,0,0], | ||
// 4 16 36.6818 0 4.8285 35.7383 0 9.5756 34.7724 0 9.3168 35.6904 0 4.698 | ||
[4,16,36.6818,0,4.8285,35.7383,0,9.5756,34.7724,0,9.3168,35.6904,0,4.698], | ||
// 4 16 35.7383 0 9.5756 34.1843 0 14.1599 33.2604 0 13.7772 34.7724 0 9.3168 | ||
[4,16,35.7383,0,9.5756,34.1843,0,14.1599,33.2604,0,13.7772,34.7724,0,9.3168], | ||
// 4 16 34.1843 0 14.1599 32.042 0 18.5 31.176 0 18 33.2604 0 13.7772 | ||
[4,16,34.1843,0,14.1599,32.042,0,18.5,31.176,0,18,33.2604,0,13.7772], | ||
// 4 16 32.042 0 18.5 29.3558 0 22.5256 28.5624 0 21.9168 31.176 0 18 | ||
[4,16,32.042,0,18.5,29.3558,0,22.5256,28.5624,0,21.9168,31.176,0,18], | ||
// 4 16 29.3558 0 22.5256 26.1627 0 26.1627 25.4556 0 25.4556 28.5624 0 21.9168 | ||
[4,16,29.3558,0,22.5256,26.1627,0,26.1627,25.4556,0,25.4556,28.5624,0,21.9168], | ||
// 4 16 26.1627 0 26.1627 22.5256 0 29.3558 21.9168 0 28.5624 25.4556 0 25.4556 | ||
[4,16,26.1627,0,26.1627,22.5256,0,29.3558,21.9168,0,28.5624,25.4556,0,25.4556], | ||
// 4 16 22.5256 0 29.3558 18.5 0 32.042 18 0 31.176 21.9168 0 28.5624 | ||
[4,16,22.5256,0,29.3558,18.5,0,32.042,18,0,31.176,21.9168,0,28.5624], | ||
// 4 16 18.5 0 32.042 14.1599 0 34.1843 13.7772 0 33.2604 18 0 31.176 | ||
[4,16,18.5,0,32.042,14.1599,0,34.1843,13.7772,0,33.2604,18,0,31.176], | ||
// 4 16 14.1599 0 34.1843 9.5756 0 35.7383 9.3168 0 34.7724 13.7772 0 33.2604 | ||
[4,16,14.1599,0,34.1843,9.5756,0,35.7383,9.3168,0,34.7724,13.7772,0,33.2604], | ||
// 4 16 9.5756 0 35.7383 4.8285 0 36.6818 4.698 0 35.6904 9.3168 0 34.7724 | ||
[4,16,9.5756,0,35.7383,4.8285,0,36.6818,4.698,0,35.6904,9.3168,0,34.7724], | ||
// 4 16 4.8285 0 36.6818 0 0 37 0 0 36 4.698 0 35.6904 | ||
[4,16,4.8285,0,36.6818,0,0,37,0,0,36,4.698,0,35.6904], | ||
// 4 16 0 0 37 -4.8285 0 36.6818 -4.698 0 35.6904 0 0 36 | ||
[4,16,0,0,37,-4.8285,0,36.6818,-4.698,0,35.6904,0,0,36], | ||
// 4 16 -4.8285 0 36.6818 -9.5756 0 35.7383 -9.3168 0 34.7724 -4.698 0 35.6904 | ||
[4,16,-4.8285,0,36.6818,-9.5756,0,35.7383,-9.3168,0,34.7724,-4.698,0,35.6904], | ||
// 4 16 -9.5756 0 35.7383 -14.1599 0 34.1843 -13.7772 0 33.2604 -9.3168 0 34.7724 | ||
[4,16,-9.5756,0,35.7383,-14.1599,0,34.1843,-13.7772,0,33.2604,-9.3168,0,34.7724], | ||
// 4 16 -14.1599 0 34.1843 -18.5 0 32.042 -18 0 31.176 -13.7772 0 33.2604 | ||
[4,16,-14.1599,0,34.1843,-18.5,0,32.042,-18,0,31.176,-13.7772,0,33.2604], | ||
// 4 16 -18.5 0 32.042 -22.5256 0 29.3558 -21.9168 0 28.5624 -18 0 31.176 | ||
[4,16,-18.5,0,32.042,-22.5256,0,29.3558,-21.9168,0,28.5624,-18,0,31.176], | ||
// 4 16 -22.5256 0 29.3558 -26.1627 0 26.1627 -25.4556 0 25.4556 -21.9168 0 28.5624 | ||
[4,16,-22.5256,0,29.3558,-26.1627,0,26.1627,-25.4556,0,25.4556,-21.9168,0,28.5624], | ||
// 4 16 -26.1627 0 26.1627 -29.3558 0 22.5256 -28.5624 0 21.9168 -25.4556 0 25.4556 | ||
[4,16,-26.1627,0,26.1627,-29.3558,0,22.5256,-28.5624,0,21.9168,-25.4556,0,25.4556], | ||
// 4 16 -29.3558 0 22.5256 -32.042 0 18.5 -31.176 0 18 -28.5624 0 21.9168 | ||
[4,16,-29.3558,0,22.5256,-32.042,0,18.5,-31.176,0,18,-28.5624,0,21.9168], | ||
// 4 16 -32.042 0 18.5 -34.1843 0 14.1599 -33.2604 0 13.7772 -31.176 0 18 | ||
[4,16,-32.042,0,18.5,-34.1843,0,14.1599,-33.2604,0,13.7772,-31.176,0,18], | ||
// 4 16 -34.1843 0 14.1599 -35.7383 0 9.5756 -34.7724 0 9.3168 -33.2604 0 13.7772 | ||
[4,16,-34.1843,0,14.1599,-35.7383,0,9.5756,-34.7724,0,9.3168,-33.2604,0,13.7772], | ||
// 4 16 -35.7383 0 9.5756 -36.6818 0 4.8285 -35.6904 0 4.698 -34.7724 0 9.3168 | ||
[4,16,-35.7383,0,9.5756,-36.6818,0,4.8285,-35.6904,0,4.698,-34.7724,0,9.3168], | ||
// 4 16 -36.6818 0 4.8285 -37 0 0 -36 0 0 -35.6904 0 4.698 | ||
[4,16,-36.6818,0,4.8285,-37,0,0,-36,0,0,-35.6904,0,4.698], | ||
// 4 16 -37 0 0 -36.6818 0 -4.8285 -35.6904 0 -4.698 -36 0 0 | ||
[4,16,-37,0,0,-36.6818,0,-4.8285,-35.6904,0,-4.698,-36,0,0], | ||
// 4 16 -36.6818 0 -4.8285 -35.7383 0 -9.5756 -34.7724 0 -9.3168 -35.6904 0 -4.698 | ||
[4,16,-36.6818,0,-4.8285,-35.7383,0,-9.5756,-34.7724,0,-9.3168,-35.6904,0,-4.698], | ||
// 4 16 -35.7383 0 -9.5756 -34.1843 0 -14.1599 -33.2604 0 -13.7772 -34.7724 0 -9.3168 | ||
[4,16,-35.7383,0,-9.5756,-34.1843,0,-14.1599,-33.2604,0,-13.7772,-34.7724,0,-9.3168], | ||
// 4 16 -34.1843 0 -14.1599 -32.042 0 -18.5 -31.176 0 -18 -33.2604 0 -13.7772 | ||
[4,16,-34.1843,0,-14.1599,-32.042,0,-18.5,-31.176,0,-18,-33.2604,0,-13.7772], | ||
// 4 16 -32.042 0 -18.5 -29.3558 0 -22.5256 -28.5624 0 -21.9168 -31.176 0 -18 | ||
[4,16,-32.042,0,-18.5,-29.3558,0,-22.5256,-28.5624,0,-21.9168,-31.176,0,-18], | ||
// 4 16 -29.3558 0 -22.5256 -26.1627 0 -26.1627 -25.4556 0 -25.4556 -28.5624 0 -21.9168 | ||
[4,16,-29.3558,0,-22.5256,-26.1627,0,-26.1627,-25.4556,0,-25.4556,-28.5624,0,-21.9168], | ||
// 4 16 -26.1627 0 -26.1627 -22.5256 0 -29.3558 -21.9168 0 -28.5624 -25.4556 0 -25.4556 | ||
[4,16,-26.1627,0,-26.1627,-22.5256,0,-29.3558,-21.9168,0,-28.5624,-25.4556,0,-25.4556], | ||
// 4 16 -22.5256 0 -29.3558 -18.5 0 -32.042 -18 0 -31.176 -21.9168 0 -28.5624 | ||
[4,16,-22.5256,0,-29.3558,-18.5,0,-32.042,-18,0,-31.176,-21.9168,0,-28.5624], | ||
// 4 16 -18.5 0 -32.042 -14.1599 0 -34.1843 -13.7772 0 -33.2604 -18 0 -31.176 | ||
[4,16,-18.5,0,-32.042,-14.1599,0,-34.1843,-13.7772,0,-33.2604,-18,0,-31.176], | ||
// 4 16 -14.1599 0 -34.1843 -9.5756 0 -35.7383 -9.3168 0 -34.7724 -13.7772 0 -33.2604 | ||
[4,16,-14.1599,0,-34.1843,-9.5756,0,-35.7383,-9.3168,0,-34.7724,-13.7772,0,-33.2604], | ||
// 4 16 -9.5756 0 -35.7383 -4.8285 0 -36.6818 -4.698 0 -35.6904 -9.3168 0 -34.7724 | ||
[4,16,-9.5756,0,-35.7383,-4.8285,0,-36.6818,-4.698,0,-35.6904,-9.3168,0,-34.7724], | ||
// 4 16 -4.8285 0 -36.6818 0 0 -37 0 0 -36 -4.698 0 -35.6904 | ||
[4,16,-4.8285,0,-36.6818,0,0,-37,0,0,-36,-4.698,0,-35.6904], | ||
// 4 16 0 0 -37 4.8285 0 -36.6818 4.698 0 -35.6904 0 0 -36 | ||
[4,16,0,0,-37,4.8285,0,-36.6818,4.698,0,-35.6904,0,0,-36], | ||
// 4 16 4.8285 0 -36.6818 9.5756 0 -35.7383 9.3168 0 -34.7724 4.698 0 -35.6904 | ||
[4,16,4.8285,0,-36.6818,9.5756,0,-35.7383,9.3168,0,-34.7724,4.698,0,-35.6904], | ||
// 4 16 9.5756 0 -35.7383 14.1599 0 -34.1843 13.7772 0 -33.2604 9.3168 0 -34.7724 | ||
[4,16,9.5756,0,-35.7383,14.1599,0,-34.1843,13.7772,0,-33.2604,9.3168,0,-34.7724], | ||
// 4 16 14.1599 0 -34.1843 18.5 0 -32.042 18 0 -31.176 13.7772 0 -33.2604 | ||
[4,16,14.1599,0,-34.1843,18.5,0,-32.042,18,0,-31.176,13.7772,0,-33.2604], | ||
// 4 16 18.5 0 -32.042 22.5256 0 -29.3558 21.9168 0 -28.5624 18 0 -31.176 | ||
[4,16,18.5,0,-32.042,22.5256,0,-29.3558,21.9168,0,-28.5624,18,0,-31.176], | ||
// 4 16 22.5256 0 -29.3558 26.1627 0 -26.1627 25.4556 0 -25.4556 21.9168 0 -28.5624 | ||
[4,16,22.5256,0,-29.3558,26.1627,0,-26.1627,25.4556,0,-25.4556,21.9168,0,-28.5624], | ||
// 4 16 26.1627 0 -26.1627 29.3558 0 -22.5256 28.5624 0 -21.9168 25.4556 0 -25.4556 | ||
[4,16,26.1627,0,-26.1627,29.3558,0,-22.5256,28.5624,0,-21.9168,25.4556,0,-25.4556], | ||
// 4 16 29.3558 0 -22.5256 32.042 0 -18.5 31.176 0 -18 28.5624 0 -21.9168 | ||
[4,16,29.3558,0,-22.5256,32.042,0,-18.5,31.176,0,-18,28.5624,0,-21.9168], | ||
// 4 16 32.042 0 -18.5 34.1843 0 -14.1599 33.2604 0 -13.7772 31.176 0 -18 | ||
[4,16,32.042,0,-18.5,34.1843,0,-14.1599,33.2604,0,-13.7772,31.176,0,-18], | ||
// 4 16 34.1843 0 -14.1599 35.7383 0 -9.5756 34.7724 0 -9.3168 33.2604 0 -13.7772 | ||
[4,16,34.1843,0,-14.1599,35.7383,0,-9.5756,34.7724,0,-9.3168,33.2604,0,-13.7772], | ||
// 4 16 35.7383 0 -9.5756 36.6818 0 -4.8285 35.6904 0 -4.698 34.7724 0 -9.3168 | ||
[4,16,35.7383,0,-9.5756,36.6818,0,-4.8285,35.6904,0,-4.698,34.7724,0,-9.3168], | ||
// 4 16 36.6818 0 -4.8285 37 0 0 36 0 0 35.6904 0 -4.698 | ||
[4,16,36.6818,0,-4.8285,37,0,0,36,0,0,35.6904,0,-4.698], | ||
// 0 // Build by LDPartEditor (PrimGen 2.X) | ||
]; | ||
module ldraw_lib__48__4_4ring36(step=0, col=false, unit=2/5, alt=false, line=0.2, solid=!$preview) | ||
makepoly(ldraw_lib__48__4_4ring36(), step=step, col=col, unit=unit, alt=alt, line=line, solid=solid); | ||
ldraw_lib__48__4_4ring36(line=0.2); |
Oops, something went wrong.