Skip to content

Commit

Permalink
Merge branch 'dev-v1.1'
Browse files Browse the repository at this point in the history
Conflicts:
	Mult-material/Openscad/extruder-drive.scad
	Mult-material/Print-mendel-mult-material/Individual-STLs/Old/bottom-arm.stl
	Mult-material/Print-mendel-mult-material/Individual-STLs/Old/drive-plate.stl
	Mult-material/Print-mendel-mult-material/Individual-STLs/Old/peristaltic-pump-arm.gcode
	Mult-material/Print-mendel-mult-material/Individual-STLs/Old/top-arm.stl
	Openscad/pcb-clip-readme.scad
	Openscad/x-carriage-readme.scad
	dxf/tapered-nut.dxf
  • Loading branch information
rhysjones committed Apr 18, 2013
2 parents 3ac5957 + e4d895c commit 995196f
Show file tree
Hide file tree
Showing 270 changed files with 1,420,465 additions and 1,829,187 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.DS_Store
~*
Binary file added Instructions/Bed Assembly.odt
Binary file not shown.
Binary file added Instructions/P1 Introduction.odt
Binary file not shown.
Binary file added Instructions/P2 Frame.odt
Binary file not shown.
Binary file added Instructions/P3 Y axis.odt
Binary file not shown.
Binary file added Instructions/P4 X axis.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file modified Mult-material/README
100644 → 100755
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Mult-material/Sample Parts/Dice/Black.stl
Binary file not shown.
Binary file added Mult-material/Sample Parts/Dice/Dice.ipt
Binary file not shown.
Binary file added Mult-material/Sample Parts/Dice/Dice.rfo
Binary file not shown.
12 changes: 12 additions & 0 deletions Mult-material/Sample Parts/Dice/Dice.scad
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
union()
{
multmatrix(m = [ [1.0, 0.0, 0.0, 100.0],
[0.0, 1.0, 0.0, 85.0],
[0.0, 0.0, 1.0, 15.0],
[0.0, 0.0, 0.0, 1.0]])
{
import_stl("Red.stl", convexity = 10);
import_stl("White.stl", convexity = 10);
import_stl("Black.stl", convexity = 10);
}
}
Binary file not shown.
Binary file added Mult-material/Sample Parts/Dice/Red.stl
Binary file not shown.
Binary file added Mult-material/Sample Parts/Dice/White.stl
Binary file not shown.
2 changes: 2 additions & 0 deletions Mult-material/Sample Parts/Love Sculpture/Combine.scad
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import("LOVE_SCULPTURE_L.STL");
import("LOVE_SCULPTURE_E.STL");
Binary file not shown.
Loading

0 comments on commit 995196f

Please sign in to comment.