Load DataRotoMetals2RepackboxMidSouth Shooters Supply
Titan ReloadingLee PrecisionReloading EverythingSnyders Jerky
Wideners Inline Fabrication
Page 44 of 360 FirstFirst ... 34353637383940414243444546474849505152535494144 ... LastLast
Results 861 to 880 of 7191

Thread: Making that Bullet Collator

  1. #861
    Boolit Master TylerR's Avatar
    Join Date
    Dec 2008
    Posts
    1,996
    Quote Originally Posted by RedlegEd View Post
    Hi,
    If you have Ammomike83's bullet collator SCAD file, use openSCAD (a public domain CAD program) to modify the actual CAD, then you make a new STL. I've never had any luck in editing/modifying an STL other than setting it up for printing in Cura.
    Ed
    That SCAD file is pure genius, just for the record.

  2. #862
    Boolit Mold
    Join Date
    Jan 2020
    Posts
    11
    I would be happy to cover the cost of shipping and give your original feeder a new home.

    Let me know how we can go about doing that.

  3. #863
    Boolit Master TylerR's Avatar
    Join Date
    Dec 2008
    Posts
    1,996
    Quote Originally Posted by Pro2A4life View Post
    I would be happy to cover the cost of shipping and give your original feeder a new home.

    Let me know how we can go about doing that.
    PM Sent.

  4. #864
    Boolit Bub
    Join Date
    May 2020
    Posts
    30
    Wow, i am lost on that openSCAD to put a hex hole in the center.

  5. #865
    Boolit Master TylerR's Avatar
    Join Date
    Dec 2008
    Posts
    1,996
    Quote Originally Posted by RedlegEd View Post
    Hi,
    If you have Ammomike83's bullet collator SCAD file, use openSCAD (a public domain CAD program) to modify the actual CAD, then you make a new STL. I've never had any luck in editing/modifying an STL other than setting it up for printing in Cura.
    Ed
    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

    }
    Last edited by TylerR; 05-24-2020 at 11:05 AM.

  6. #866
    Boolit Bub
    Join Date
    May 2020
    Posts
    30
    thanks!!!

  7. #867
    Boolit Master TylerR's Avatar
    Join Date
    Dec 2008
    Posts
    1,996
    Quote Originally Posted by Pro2A4life View Post
    I would be happy to cover the cost of shipping and give your original feeder a new home.

    Let me know how we can go about doing that.
    I will get that package out to you tuesday. Don't worry about the shipping.
    Last edited by TylerR; 05-24-2020 at 04:13 PM.

  8. #868
    Boolit Mold
    Join Date
    Mar 2019
    Posts
    19
    Quote Originally Posted by gnafin View Post
    looks good, i was think to go with this HEX head thing. but then i would have to edit the hole on the plate.
    Attachment 262599
    Here is another option/s for extending the shaft of the motor


  9. #869
    Boolit Mold
    Join Date
    Jan 2020
    Posts
    11
    Wow! Super Cool! Thank you very much

  10. #870
    Boolit Bub
    Join Date
    May 2020
    Posts
    30
    that was good, thanks.

  11. #871
    Boolit Bub
    Join Date
    May 2020
    Posts
    30
    what case did you use for the speed controller?

  12. #872
    Boolit Mold
    Join Date
    Mar 2019
    Posts
    19
    Quote Originally Posted by gnafin View Post
    what case did you use for the speed controller?
    I've used these

    https://smile.amazon.com/gp/product/...?ie=UTF8&psc=1

  13. #873
    Boolit Master TylerR's Avatar
    Join Date
    Dec 2008
    Posts
    1,996
    Quote Originally Posted by gnafin View Post
    what case did you use for the speed controller?
    I designed a very basic electronics box to put everything in. I notice that both the speed controller and photo switch I used are either out of stock or can still be ordered but really long delivery times from China.

    https://www.amazon.com/gp/product/B0...?ie=UTF8&psc=1
    https://www.amazon.com/gp/product/B0...?ie=UTF8&psc=1

  14. #874
    Boolit Master TylerR's Avatar
    Join Date
    Dec 2008
    Posts
    1,996
    Last edited by TylerR; 06-21-2020 at 03:44 PM.

  15. #875
    Boolit Master

    RedlegEd's Avatar
    Join Date
    Sep 2017
    Location
    Mountain Home, AR
    Posts
    573
    Quote Originally Posted by TylerR View Post
    Hi Tyler,
    Link is blocked for permission.
    Ed
    ______________________________________________
    Growing old is mandatory, growing up is totally optional!

  16. #876
    Boolit Master TylerR's Avatar
    Join Date
    Dec 2008
    Posts
    1,996
    Quote Originally Posted by RedlegEd View Post
    Hi Tyler,
    Link is blocked for permission.
    Ed
    Thanks Ed. Can you try it now?

  17. #877
    Boolit Bub Daveco's Avatar
    Join Date
    Nov 2015
    Location
    Western Kentucky
    Posts
    46
    TylerR
    I just tried it, and it worked for me. Thanks!

  18. #878
    Boolit Master

    RedlegEd's Avatar
    Join Date
    Sep 2017
    Location
    Mountain Home, AR
    Posts
    573
    Quote Originally Posted by RedlegEd View Post
    Hi Tyler,
    Link is blocked for permission.
    Ed
    Quote Originally Posted by Daveco View Post
    TylerR
    I just tried it, and it worked for me. Thanks!
    Hi Tyler,
    As Davco reported, it's working now.
    Ed
    ______________________________________________
    Growing old is mandatory, growing up is totally optional!

  19. #879
    Boolit Master TylerR's Avatar
    Join Date
    Dec 2008
    Posts
    1,996
    Quote Originally Posted by RedlegEd View Post
    Hi Tyler,
    As Davco reported, it's working now.
    Ed
    Excellent. I will most likely publish a bunch of the source files at some point so designers can make their own changes. If anyone has any recommendations on changes I am open to suggestions. Here is a list parts I used for electronics that fit the box. Unfortunately some of it is unavailable right now.

    I used old USB wire to create the sensor/led to drop tube wire. There is definitely some soldering involved.

    Photoswitch
    https://www.amazon.com/gp/product/B0...?ie=UTF8&psc=1

    Speed Controller
    https://www.amazon.com/gp/product/B0...?ie=UTF8&psc=1

    Switch
    https://www.amazon.com/gp/product/B0...?ie=UTF8&psc=1

    Power Supply
    https://www.amazon.com/gp/product/B0...?ie=UTF8&psc=1

    Additional female 12v DC barrel plugs
    https://www.amazon.com/gp/product/B0...?ie=UTF8&psc=1

    4 wire jst connector for photo sensor and led to drop tube wire
    https://www.amazon.com/gp/product/B0...?ie=UTF8&psc=1

    Additional photo sensors if you need them
    https://www.amazon.com/gp/product/B0...?ie=UTF8&psc=1

    Crimp connectors for switch if you don't want to direct solder
    https://www.amazon.com/gp/product/B0...?ie=UTF8&psc=1

    XT30 connector for motor
    https://www.amazon.com/OliYin-Connec...ct_top?ie=UTF8
    Last edited by TylerR; 06-22-2020 at 04:43 PM.

  20. #880
    Boolit Master TylerR's Avatar
    Join Date
    Dec 2008
    Posts
    1,996
    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.
    Last edited by TylerR; 05-28-2020 at 06:32 PM.

Page 44 of 360 FirstFirst ... 34353637383940414243444546474849505152535494144 ... 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