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

Solved First few layers not printing correctly

Discussion in 'Troubleshooting' started by Greg Howard, Dec 7, 2016.

  1. Greg Howard

    Greg Howard Member

    Joined:
    Feb 15, 2016
    Messages:
    37
    Likes Received:
    4
    First 2 layers after firmware corrected/updated. Same issue. Here is my gcode for the printer:
    Start (I added the Z5 because the extruder would sometimes drag across the plate)

    G28 X0 Y0 Z0 ; home all axes
    G1 Z5 F5000 ; lift nozzle
    M109 S[temperature] ; set the extruder temp and wait
    G28 X0 Y0 Z0 ; Home Z again in case there was filament on nozzle
    G29 ; probe the bed
    G1 Z5

    End
    M104 S0 ; turn off temperature
    G1 X10 Y200
    M84 ; disable motors
     
  2. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,914
    Likes Received:
    7,338
    You are missing the M565 (which explains the dragging):

    G28 ; home all axes
    M565 Z-1.0 ; set the offset for auto-leveling mechanism
    G29 ; run auto-level

    You will need to experiment to find the best value for the M565. -1.0 is the default, start there.
     
  3. Greg Howard

    Greg Howard Member

    Joined:
    Feb 15, 2016
    Messages:
    37
    Likes Received:
    4
    What does the M565 z-10 offset do? does a '-' bring the nozzle up or down?
     
  4. Greg Howard

    Greg Howard Member

    Joined:
    Feb 15, 2016
    Messages:
    37
    Likes Received:
    4
    I changed the offset to 0.5 and it appears to make a big difference. Ok, very big difference between the old and new settings.

    2017-01-05 14.20.54.jpg
     
  5. Greg Howard

    Greg Howard Member

    Joined:
    Feb 15, 2016
    Messages:
    37
    Likes Received:
    4
    Just printed a new part, it does not have that weird fillet. I can fine tune the offset a bit more and get it near perfect.

    Fixed!

    Again, Thanks Mike!
     
  6. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,914
    Likes Received:
    7,338
    More negative offsets are further from the bed. Less negative are closer to the bed. Glad you got it working.

    Sent from my SAMSUNG-SM-G930A using Tapatalk
     
  7. WheresWaldo

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

    Joined:
    Feb 18, 2015
    Messages:
    5,905
    Likes Received:
    3,593
    It still looks like it is under-extruding to me, here is a video that can help:
     
  8. Rigmarol

    Rigmarol Well-Known Member

    Joined:
    May 14, 2016
    Messages:
    544
    Likes Received:
    280
    WIN_20170106_20_08_35_Pro.jpg I know you said you have it resolved but I said I would print out your file to see how it comes out on my Robo and here it is:. I've been sick with the flu or I'd have done it sooner.

    I printed it on edge and on it's face just to see how it did. I used a raft on both.
     
    mark tomlinson likes this.
  9. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,914
    Likes Received:
    7,338
    On edge it needed a RAFT.
    :)
     
    Rigmarol likes this.

Share This Page