Jump to content

noch eine Streckenbegrenzung ;)


scirocco287
 Share

Recommended Posts

Hallo zusammen!

ich habe nach dem Vorbild von TitoVerano's Streckenbegrenzungen eine modifizierte Version erstellt, die ohne Verschraubungen auskommt.

Die Teile werden mit gezahnten Pins ineinander gesteckt und können so in 15° Schritten gedreht werden.

Please log in to see the images

Please log in to see the images

 

Das ganze ist in OpenScad entstanden, hier der Code:

$fn=64;

d=13;
h=20;
dpin=d-4.75;
dhole=d-4;

straight(45,true,true);

module straight(l,createPin,createHole){
    if(createPin){
        block(l);
        pin(dpin);
    }
    translate([d+1,0,h/2+0.5]){
        if(createHole){
            difference(){
                block(l);
                translate([l-d,0,0])pin(dhole);
            }
        }else{
            block(l-d-1);
        }
    }
    translate([d+1,0,2])block(l-d-1);
}

module block(l){
    hull(){
        cylinder(h=(h-1)/2,d=d);
        translate([l-d,0,0])cylinder(h=(h-1)/2,d=d);
    }
}

module pin(d) {
    for(a=[0:15:359]){
        hull(){
            cylinder(h=h,d=2);
            rotate([0,0,a])translate([d/2,0,0])cylinder(h=h,d=0.5);
        }
    }
}

 

Edited by scirocco287
  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...
vor 54 Minuten schrieb Chris1337:

Cool, danke.

Wie groß sind die Teile im Vergleich zu den original Sturmkind Begrenzungen?

die sind 45 mm lang + 15 mm für die Stufe, 20 hoch und 15 tief.

vor 39 Minuten schrieb Darkman_RS:

Erledigt, danke fürs teilen 🤙👍

Druckst du die mit einem Resin oder FDM Drucker? 

FDM, ein Prusa i3 MK3

für die Teile reicht 0.3mm Draft und 15% Infill.

Ich arbeite gerade an einer Garage mit Rolltor, mal sehen, ob der Drucker das schafft... 

  • Thanks 2
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

In order to optimize our website for you and to continuously improve it, we use cookies. By continuing to use the website, you consent to the use of cookies. Further information on cookies can be found in our Privacy Policy