1. Got a question or need help troubleshooting? Post to the troubleshooting forum or Search the forums!

Unresolved Prints are not clean

Discussion in 'Troubleshooting' started by beux, May 26, 2017.

  1. beux

    beux New Member

    Joined:
    May 26, 2017
    Messages:
    4
    Likes Received:
    0
    This is after a few prints and they all come out the same way or worse. Im using default settings for mattercontrol.
    extruder temp : 210
    Bed temp: 50
    layer height: 0.1
    first layer: 0.4
    infill 0.25%
    speeds 50mm/s
    if anyone can help me figure out how to get a smoother quality print that would be great.
     

    Attached Files:

  2. KTMDirtFace

    KTMDirtFace Well-Known Member

    Joined:
    May 18, 2015
    Messages:
    1,247
    Likes Received:
    461
    Try .2 layers and 195-200 deg for pla.

    .1 layer is a kinda tough.
     
  3. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    Have you calibrated the extruder? I wouldn't even begin to do 0.1 (or less) without doing that first.
    Like @KTMDirtFace said, it gets harder to dial in the settings at higher resolution. Practice on lower resolution first.
     
    Geof likes this.
  4. beux

    beux New Member

    Joined:
    May 26, 2017
    Messages:
    4
    Likes Received:
    0
    M
    ive run the calibration circle twice and the cube once it's still giving me a few separations in the walls and boogers. I slowed the speed down to 40mm/s and it seemed to help alittle bit
     
  5. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    Not what I asked :)

     
  6. beux

    beux New Member

    Joined:
    May 26, 2017
    Messages:
    4
    Likes Received:
    0
    The video helped understand a lot but I wasn't sure which variable, the Z or the E was the steps per mm.
     
  7. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    eSteps is extruder steps this line:

    #define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,800,723.38} // default steps per unit for RoBo 3D R1+

    The one in BOLD
     
  8. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    The way to read it is: #define DEFAULT_AXIS_STEPS_PER_UNIT {X,Y,Z,E}
    X
    is short way across the bed
    Y is long way across the bed
    Z is up/down
    E is extruder
     
    #8 mark tomlinson, May 27, 2017
    Last edited: May 27, 2017
  9. beux

    beux New Member

    Joined:
    May 26, 2017
    Messages:
    4
    Likes Received:
    0
    Thank you this helped a lot. The first picture is befor calibrating and the second is after. I didn't have any blobs but I still have some gaps in the layers.
     

    Attached Files:

  10. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338

Share This Page