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

Unresolved Print issues

Discussion in 'Troubleshooting' started by Adamd0917, Sep 2, 2017.

  1. Adamd0917

    Adamd0917 New Member

    Joined:
    Aug 30, 2017
    Messages:
    3
    Likes Received:
    0
    can some one please help me out and tell me what my prints are comping out like this IMG_1939.JPG
     
  2. Kilrah

    Kilrah Well-Known Member

    Joined:
    Apr 18, 2017
    Messages:
    498
    Likes Received:
    332
    Z offset wrong, your extruder is pushing into the bed instead of hovering over it.
     
    mark tomlinson likes this.
  3. Adamd0917

    Adamd0917 New Member

    Joined:
    Aug 30, 2017
    Messages:
    3
    Likes Received:
    0
    so how do i fix it please help me out
     
  4. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,917
    Likes Received:
    7,338
    Edit your startup GCode block to include a Z offset command.
    Assuming you are on the stock versions of Marlin it would look something like this:

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


    The default as show here is -1.0 (it needs to be a negative number) test with that and see how close it is.
    Adjust the number in 0.1 increments (more negative is further from the bed and less negative is closer to the bed) until your first layer looks like this:

    http://printedsolid.com/blogs/news/37035715-get-your-prints-to-stick-check-your-skirt
     
    OutsourcedGuru likes this.

Share This Page