Close



Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1

    Printing Intricate/Moving Part

    Completed my Makerfarm Prusa 10" a few days ago and have basically perfected getting good prints using PLA 3mm filament, .4mm hexagon hot end, and the stock Slic3r settings v 0.9.9.

    I tried printing this guy yesterday and no matter the scale I use the arm, leg, etc joints will not move. I had a similar issue with a scraper that was supposed to hold a razor blade but the thin space for the blade wasn't formed properly.

    Anyone have suggestions as far as how to improve the precision of the prints?

  2. #2
    Engineer-in-Training gmay3's Avatar
    Join Date
    Mar 2014
    Location
    USA
    Posts
    388
    Add gmay3 on Thingiverse
    Welcome to the forums DrZ234! Glad to hear you got your printer up and running!

    I think you maybe "over extruding" and more plastic is coming out then desired.

    Check out a few of the basic calibrations procedures in the thread below to help fine tune your extrusion:

    http://3dprintboard.com/showthread.p...nd-Proportions

  3. #3
    Student
    Join Date
    Jul 2014
    Location
    South Australia
    Posts
    3
    It took me 4 prints to get that guy to print properly, and I still broke his neck on my best one (a screw from the bottom reattached his head). In the end I used Cura, I scaled up the 65% version by 33%. As gmay3 said you will need to calibrate the extruder, but keep in mind that each roll of filament will vary slightly. So use the filament you calibrate with.
    After printing you will want to run a razor blade along all the joints to help separate them. Then gently work each joint backwards and forwards until they free up (robot rehab).
    I printed it using a 0.5mm jhead at 0.2mm layer height with ABS.
    Good luck

  4. #4
    Quote Originally Posted by HSV View Post
    It took me 4 prints to get that guy to print properly, and I still broke his neck on my best one (a screw from the bottom reattached his head). In the end I used Cura, I scaled up the 65% version by 33%. As gmay3 said you will need to calibrate the extruder, but keep in mind that each roll of filament will vary slightly. So use the filament you calibrate with.
    After printing you will want to run a razor blade along all the joints to help separate them. Then gently work each joint backwards and forwards until they free up (robot rehab).
    I printed it using a 0.5mm jhead at 0.2mm layer height with ABS.
    Good luck
    It seems like in general people are getting better results with Cura over Slic3r. Is it worth making the switch so early on in my 3D printing expedition?

  5. #5
    Senior Engineer
    Join Date
    Jun 2014
    Location
    Burnley, UK
    Posts
    1,662
    Quote Originally Posted by DrZ234 View Post
    It seems like in general people are getting better results with Cura over Slic3r. Is it worth making the switch so early on in my 3D printing expedition?
    Yes, slic3r is brain damaged at the moment.

  6. #6
    Quote Originally Posted by Mjolinor View Post
    Yes, slic3r is brain damaged at the moment.
    Anyone have a good Cura settings file for a 10" makerfarm with .4mm hexagon hot end for 3mm PLA??

  7. #7
    Student Starlord's Avatar
    Join Date
    Nov 2014
    Location
    Lincoln, NE
    Posts
    35
    This something I was curious about. I was interested in making peristaltic pump . But I do not understand how it would not end up a solid lump.

  8. #8
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    There is a link to some Open Scad code for the item. My bet is there is a #define (an equate) to set clearance between the gear teeth.

    UPDATE: Oh how did I know that something written in OpenScad would be nice and logical? Here are the first 9 lines of the source code:

    Code:
    // Planetary peristaltic pump (customizable)
    // by Drmn4ea (drmn4ea at google's mail)
    //
    // Released under the Creative Commons - Attribution - Share Alike license (http://creativecommons.org/licenses/by-sa/3.0/)
    //
    // Adapted from Emmett Lalish's Planetary Gear Bearing at http://www.thingiverse.com/thing:53451
    
    
    // --------  Printer-related settings ------------
    
    // Clearance to generate between non-connected parts. If the gears print 'stuck together' or are difficult to separate, try increasing this value. If there is excessive play between them, try lowering it. (default: 0.15mm)
    tol=0.15;
    Last edited by Roxy; 11-03-2014 at 10:13 PM.

  9. #9
    Quote Originally Posted by Roxy View Post
    There is a link to some Open Scad code for the item. My bet is there is a #define (an equate) to set clearance between the gear teeth.

    UPDATE: Oh how did I know that something written in OpenScad would be nice and logical? Here are the first 9 lines of the source code:

    Code:
    // Planetary peristaltic pump (customizable)
    // by Drmn4ea (drmn4ea at google's mail)
    //
    // Released under the Creative Commons - Attribution - Share Alike license (http://creativecommons.org/licenses/by-sa/3.0/)
    //
    // Adapted from Emmett Lalish's Planetary Gear Bearing at http://www.thingiverse.com/thing:53451
    
    
    // --------  Printer-related settings ------------
    
    // Clearance to generate between non-connected parts. If the gears print 'stuck together' or are difficult to separate, try increasing this value. If there is excessive play between them, try lowering it. (default: 0.15mm)
    tol=0.15;

    SMART. Going to try calibrating the printer tonight, then mess with that setting to see if I can get more precision. I am finding with multiple models that have small slits or holes they are not precise enough to be used properly...

  10. #10
    Student Starlord's Avatar
    Join Date
    Nov 2014
    Location
    Lincoln, NE
    Posts
    35
    I was more interested in the mechanics of it. What keeps a part above another one from fusing or at least dropping down so that there is no gap?

    Quote Originally Posted by Roxy View Post
    There is a link to some Open Scad code for the item. My bet is there is a #define (an equate) to set clearance between the gear teeth.

    UPDATE: Oh how did I know that something written in OpenScad would be nice and logical? Here are the first 9 lines of the source code:

    Code:
    // Planetary peristaltic pump (customizable)
    // by Drmn4ea (drmn4ea at google's mail)
    //
    // Released under the Creative Commons - Attribution - Share Alike license (http://creativecommons.org/licenses/by-sa/3.0/)
    //
    // Adapted from Emmett Lalish's Planetary Gear Bearing at http://www.thingiverse.com/thing:53451
    
    
    // --------  Printer-related settings ------------
    
    // Clearance to generate between non-connected parts. If the gears print 'stuck together' or are difficult to separate, try increasing this value. If there is excessive play between them, try lowering it. (default: 0.15mm)
    tol=0.15;

Page 1 of 2 12 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
  •