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

Solved Corner mismatch

Discussion in 'Troubleshooting' started by TstarkEngineering, Mar 27, 2016.

  1. TstarkEngineering

    TstarkEngineering Active Member

    Joined:
    Mar 10, 2016
    Messages:
    114
    Likes Received:
    38
    Prints are turning out pretty good but I'm having problems with the corners, it's not warping but it looks almost like z banding but it's only occurring at the corners, the planes/surfaces look pretty good. Any suggestions. Thank you[​IMG]
     
  2. TstarkEngineering

    TstarkEngineering Active Member

    Joined:
    Mar 10, 2016
    Messages:
    114
    Likes Received:
    38
  3. WheresWaldo

    WheresWaldo Volunteer ( ͠° ͟ʖ ͡°)
    Staff Member

    Joined:
    Feb 18, 2015
    Messages:
    5,905
    Likes Received:
    3,593
    Usually very small deformities like this are the result of the jerking motion trying to decelerate or accelerate the head when it changes direction. The Robo used defaults from Marlin in these areas which are just too fast for the hardware provided, you can experiment with the acceleration values if you are usb connected with the M201 command. I recall, but might be mistaken that both X and Y default to 9000, and the number should probably be closer to 900, you could set X and Y with a single code like this
    Code:
    M201 X900 Y900
    Once you find a values you are happy with, change the following lines in Configuration.h from:
    Code:
    #define DEFAULT_MAX_ACCELERATION      {9000,9000,100,10000}    // X, Y, Z, E maximum start speed for accelerated moves. E default values are good for Skeinforge 40+, for older versions raise them a lot.
    to this:
    Code:
    #define DEFAULT_MAX_ACCELERATION      {800,800,100,10000}    // X, Y, Z, E maximum start speed for accelerated moves. E default values are good for Skeinforge 40+, for older versions raise them a lot.
    replace the 800 parameter with the ones you find are okay for your machine.
     
  4. TstarkEngineering

    TstarkEngineering Active Member

    Joined:
    Mar 10, 2016
    Messages:
    114
    Likes Received:
    38
    didnt seem to do anything after changing that if anything I feel it got worse
    [​IMG]
     
  5. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,914
    Likes Received:
    7,338
    What silcer?
     
  6. TstarkEngineering

    TstarkEngineering Active Member

    Joined:
    Mar 10, 2016
    Messages:
    114
    Likes Received:
    38
  7. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,914
    Likes Received:
    7,338
    You should ping their support people with these details. There are a lot of settings to play with and they can point you in the right direction.
    For completeness, try another slicer and see what the results are.
     
  8. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,914
    Likes Received:
    7,338
    I am sure you can get it tweaked to what you want.
     
  9. TstarkEngineering

    TstarkEngineering Active Member

    Joined:
    Mar 10, 2016
    Messages:
    114
    Likes Received:
    38
    Im starting to think it is actually zbanding hiding itself, though i thought that was fixed with the R1+. its very consistent when it does it, it looks to be every like 5th layer or so on all conerns
    [​IMG]
     
    mark tomlinson likes this.
  10. TstarkEngineering

    TstarkEngineering Active Member

    Joined:
    Mar 10, 2016
    Messages:
    114
    Likes Received:
    38
  11. WheresWaldo

    WheresWaldo Volunteer ( ͠° ͟ʖ ͡°)
    Staff Member

    Joined:
    Feb 18, 2015
    Messages:
    5,905
    Likes Received:
    3,593
    Since your two sample are a bit different (filament wise) it is hard to compare apples to apples. but your image may be showing an ever so slight over extrusion, what happens if you lower the extrusion multiplier by .01 or .02?
     
  12. TstarkEngineering

    TstarkEngineering Active Member

    Joined:
    Mar 10, 2016
    Messages:
    114
    Likes Received:
    38
    same thing actually. I tried anywhere from .8 to 1....
     
  13. WheresWaldo

    WheresWaldo Volunteer ( ͠° ͟ʖ ͡°)
    Staff Member

    Joined:
    Feb 18, 2015
    Messages:
    5,905
    Likes Received:
    3,593
    Is your extruder properly calibrated? Is the Robo defaults still in effect?
     
  14. TstarkEngineering

    TstarkEngineering Active Member

    Joined:
    Mar 10, 2016
    Messages:
    114
    Likes Received:
    38
    extruder is calibrated, it wasnt to far off from the default originally though. I have changed a few things here from the default profile on s3d
     

Share This Page