Updated shorter frames to the latest version

pull/20/head
Carlos Garcia Saura 2014-09-12 10:15:06 +02:00
parent df4a176038
commit 51c64b120c
4 changed files with 131466 additions and 76927 deletions

View File

@ -152,7 +152,7 @@ module Cyclone_X_leftFrame(isLeft=true) {
module Cyclone_X_frameHoles() { module Cyclone_X_frameHoles() {
frameFrontalThickness = 15; frameFrontalThickness = 15;
holeWidth = dimY/2; holeWidth = dimY/2;
holeHeight = dimZ/2; holeHeight = dimZ-footThickness-axes_Xsmooth_separation-27;
crocodileHolderStepLenght = 12/2; crocodileHolderStepLenght = 12/2;
crocodileHolderThick = 5; crocodileHolderThick = 5;
@ -197,7 +197,7 @@ module Cyclone_X_leftFrame(isLeft=true) {
translate([0,0,-dimZ/2+wireHoleDiam/2]) translate([0,0,-dimZ/2+wireHoleDiam/2])
rotate([0,-90,0]) cylinder(r=wireSlotThicknessThick/2, h=wireSlotDepth*2); rotate([0,-90,0]) cylinder(r=wireSlotThicknessThick/2, h=wireSlotDepth*2);
// Wire hole (thick) // Wire hole (thick)
translate([-wireSlotDepth-wireHoleDiam/2,0,-dimZ/2+wireHoleDiam/2]) translate([-wireSlotDepth-wireHoleDiam/2-0.01,0,-dimZ/2+wireHoleDiam/2])
rotate([90,90,0]) cylinder(r=wireHoleDiam/2, h=100, center=true); rotate([90,90,0]) cylinder(r=wireHoleDiam/2, h=100, center=true);
} }
} }

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -2,5 +2,7 @@
These parts are shorter, in case you need to print Cyclone with a smaller 3D printer. These parts are shorter, in case you need to print Cyclone with a smaller 3D printer.
They have been generated with They have been generated with
axes_Xreference_height = 64; axes_Xreference_height = 54;
instead of the default value of 74mm.