Titan ReloadingMidSouth Shooters SupplyRotoMetals2Snyders Jerky
Inline FabricationReloading EverythingLee PrecisionLoad Data
Repackbox Wideners
Page 45 of 361 FirstFirst ... 35363738394041424344454647484950515253545595145 ... LastLast
Results 881 to 900 of 7211

Thread: Making that Bullet Collator

  1. #881
    Boolit Mold
    Join Date
    May 2020
    Posts
    1
    Folks, pardon my ignorance, I'm new here and I'm trying to build a collator for myself but need to make some mods so that it works reliably with .32 LSWC bullets and the spring that I have. I'm wondering if any of the 3d models are available as Fusion 360 files. It is a PITA to import STLs into Fusion 360 and then edit them.

  2. #882
    Boolit Bub
    Join Date
    Mar 2020
    Posts
    51

    Thank you

    Quote Originally Posted by TylerR View Post
    Yes the ramp can be swapped out for different designs. I am running a pretty unique one for the case feeding open side down.

    Size is roughly 190 x 210mm
    Watched your video for turning the cases upside down that is exactly what I'm trying to do as well for the LEE APP to do buldge busting. Can you give me some pointers?

  3. #883
    Boolit Bub
    Join Date
    Mar 2020
    Posts
    51
    It will hold up fine. Worm drive with torque. I have 2 of them.

  4. #884
    Boolit Bub
    Join Date
    Mar 2020
    Posts
    51
    Quote Originally Posted by TylerR View Post
    I have made some more progress.



    Nose down:


    Nose Up:


    And I decided to upsize my next one. about 30% more capacity than the original. Just realized it kind of looks like an angry pac man.
    Which spring did you go with?

  5. #885
    Boolit Master TylerR's Avatar
    Join Date
    Dec 2008
    Posts
    2,003
    I used the springs from DAA

  6. #886
    Boolit Bub
    Join Date
    Mar 2020
    Posts
    51
    Quote Originally Posted by TylerR View Post
    I used the springs from DAA
    Curious, which printer you using? I have an ender 5 PRO but my bed isn't big enough to do your 30% larger volume print. I am going to try that print but make it 20% taller.

  7. #887
    Boolit Master TylerR's Avatar
    Join Date
    Dec 2008
    Posts
    2,003
    Quote Originally Posted by HuskJ View Post
    Curious, which printer you using? I have an ender 5 PRO but my bed isn't big enough to do your 30% larger volume print. I am going to try that print but make it 20% taller.
    I am using an Ender 5. 220x220x300 build volume. Ender 5 pro is definitely big enough.

  8. #888
    Boolit Bub
    Join Date
    Mar 2020
    Posts
    51
    Quote Originally Posted by TylerR View Post
    I am using an Ender 5. 220x220x300 build volume. Ender 5 pro is definitely big enough.
    I'll PM you the image, I must have to rotate it.

  9. #889
    Boolit Bub
    Join Date
    Mar 2020
    Posts
    51
    Quote Originally Posted by HuskJ View Post
    I'll PM you the image, I must have to rotate it.
    Click image for larger version. 

Name:	feeder.jpg 
Views:	30 
Size:	41.8 KB 
ID:	263010

  10. #890
    Boolit Master TylerR's Avatar
    Join Date
    Dec 2008
    Posts
    2,003
    Quote Originally Posted by HuskJ View Post
    Click image for larger version. 

Name:	feeder.jpg 
Views:	30 
Size:	41.8 KB 
ID:	263010

    Looks like you are using Cura, and you have raft, skirt or brim selected. That is why there is a gray area around the build surface. You need to turn off all "build Plate Adhesion" settings so you have access to the full build plate.

  11. #891
    Boolit Bub
    Join Date
    Mar 2020
    Posts
    51
    Quote Originally Posted by TylerR View Post
    I updated the download to add the mount I used. It is designed to go on a 1" vertical post. Also added some more pictures.

    And just updated again..... last time for now.
    Thanks TylerR. I'm going to slightly modify the 30% larger build version and make it 20% taller. Looking forward to trying it.

  12. #892
    Boolit Bub
    Join Date
    Mar 2020
    Posts
    51
    Quote Originally Posted by TylerR View Post
    Looks like you are using Cura, and you have raft, skirt or brim selected. That is why there is a gray area around the build surface. You need to turn off all "build Plate Adhesion" settings so you have access to the full build plate.
    Which slicer are you using? Yes I'm using Cura, will try to turn off build plate adhesion next.

  13. #893
    Boolit Master TylerR's Avatar
    Join Date
    Dec 2008
    Posts
    2,003
    Added a few files to the download. Components for 45acp brass nose down are now in there, as well as a snap on extender for the back wall. I also included an .skp file for the electronics box. I am exporting out of DS Mechanical, so not sure how good the conversion is. If anyone wants to try it and let me know how it looks I would appreciate it.

  14. #894
    Boolit Bub
    Join Date
    Mar 2020
    Posts
    51
    Quote Originally Posted by TylerR View Post
    Added a few files to the download. Components for 45acp brass nose down are now in there, as well as a snap on extender for the back wall. I also included an .skp file for the electronics box. I am exporting out of DS Mechanical, so not sure how good the conversion is. If anyone wants to try it and let me know how it looks I would appreciate it.
    Printing it now.

  15. #895
    Boolit Bub
    Join Date
    Mar 2020
    Posts
    51
    Quote Originally Posted by TylerR View Post
    This should give you what you need. includes the protruding hex. You will need to play with the numbers to get correct diameter and such.

    module collator_plate(){

    difference(){
    //plate
    union() {cylinder(d=collator_plate_d,h=collator_plate_h, center=true) ;
    cylinder(d=shaft_hole+8,collator_plate_h+10, center=true, $fn=6);
    }


    translate([0, 10, collator_plate_h/2 -0.99 ]) rotate([0, 0, 0]) letter(description,4,1);
    translate([0, -10, collator_plate_h/2 -0.99 ]) rotate([0, 0, 180]) letter(description,4,1);

    center_hole(shaft_hole);
    //center_slot();

    //bullet holes caliber
    for(z=[0:360/round(360/bullet_caliber/2):359]){
    bullet_slot(z+15);
    }
    }
    }

    module center_hole(d){
    //cylinder(d=d,h=collator_plate_h*2, center=true);
    cylinder(d=d,h=collator_plate_h*2, center=true,$fn=6); //HEX

    }
    Tyler, I have openscad and collator generator 1.0.4 open but can't for the life of me figure out where you input these customizations?

  16. #896
    Boolit Master TylerR's Avatar
    Join Date
    Dec 2008
    Posts
    2,003
    See attached text file
    Attached Files Attached Files
    Last edited by TylerR; 06-03-2020 at 09:36 AM.

  17. #897
    Boolit Master

    RedlegEd's Avatar
    Join Date
    Sep 2017
    Location
    Mountain Home, AR
    Posts
    573
    Hi Tyler!
    Good job on doing this to help. I highlighted a typo in your code that causes a failure (space between "plate_" and "h*2.") By removing the space, it works fine.
    Ed

    ETA: Tyler fixed by attaching a file instead of posting the raw code.
    Last edited by RedlegEd; 06-03-2020 at 09:54 AM.
    ______________________________________________
    Growing old is mandatory, growing up is totally optional!

  18. #898
    Boolit Master TylerR's Avatar
    Join Date
    Dec 2008
    Posts
    2,003
    Thanks Ed,

    That space does not exist in the actual code. It is a copy paste right from scad. Just tried to edit the original post, and the space is not there in edit mode. So it looks like the website is adding that space in the html. I just removed the code from the actual post and attached a text file to avoid confusion.
    Last edited by TylerR; 06-03-2020 at 09:37 AM.

  19. #899
    Boolit Bub
    Join Date
    Mar 2020
    Posts
    51
    Quote Originally Posted by TylerR View Post
    Youtube insists on rotating this video.







    Attachment 262343 Attachment 262344
    Tyler, in the first video, case feed, looks like you are using a different type of flipper than for the bullets. I can't find that one in your file, can you share?

  20. #900
    Boolit Master TylerR's Avatar
    Join Date
    Dec 2008
    Posts
    2,003
    Quote Originally Posted by HuskJ View Post
    Tyler, in the first video, case feed, looks like you are using a different type of flipper than for the bullets. I can't find that one in your file, can you share?
    It has been added. it is named "sweeper". It is designed to slide in to where the regular flipper is and is held in place by the spring pressure.
    There are some other details you are going to need to know to get the case feeding working. I will try and post that info later today.

    I also added the hex scad file.

Page 45 of 361 FirstFirst ... 35363738394041424344454647484950515253545595145 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Abbreviations used in Reloading

BP Bronze Point IMR Improved Military Rifle PTD Pointed
BR Bench Rest M Magnum RN Round Nose
BT Boat Tail PL Power-Lokt SP Soft Point
C Compressed Charge PR Primer SPCL Soft Point "Core-Lokt"
HP Hollow Point PSPCL Pointed Soft Point "Core Lokt" C.O.L. Cartridge Overall Length
PSP Pointed Soft Point Spz Spitzer Point SBT Spitzer Boat Tail
LRN Lead Round Nose LWC Lead Wad Cutter LSWC Lead Semi Wad Cutter
GC Gas Check