1
0
mirror of https://github.com/nophead/Mendel90.git synced 2025-08-30 08:21:23 +02:00

Pulleys and belts now T2.5 on kit version.

JHead now attached by three screws and washers.
New extruder breakout PCB.
Lots of instruction manual improvements from user feedback.
This commit is contained in:
Chris Palmer
2012-12-24 13:15:00 +00:00
parent e9b6ff5101
commit 1fab28d832
170 changed files with 186944 additions and 165966 deletions

View File

@@ -117,10 +117,11 @@ module sector(r, a, h, , center = true) {
}
module tube(or, ir, h, center = true) {
difference() {
cylinder(r = or, h = h, center = center);
cylinder(r = ir, h = h + 1, center = center);
}
linear_extrude(height = h, center = center, convexity = 5)
difference() {
circle(or);
circle(ir);
}
}
//