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

Solved Grinding Filament - help, ready to get rid of this thing

Discussion in 'Troubleshooting' started by JessZeus, Apr 24, 2016.

  1. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,915
    Likes Received:
    7,338
    Make sure you have the Startup GCode for Cura set to correctly establish the Z-offset (M565 command) because Cura doesn't do this for you.
     
    Geof likes this.
  2. Jella_joe

    Jella_joe Member

    Joined:
    Apr 20, 2016
    Messages:
    92
    Likes Received:
    15
    Thing is I can print the calibration circle and other such things with mattercontrol but it auto calibrates. Cura doesn't auto calibrate as far as I can tell. That's why i was asking about how to calibrate and the settings for PLA. I will keep digging.
     
  3. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,915
    Likes Received:
    7,338
    You have to edit the startup GCode (sorry to repeat myself) to tell it :
    -the Z offset
    -force the autoleveling to occur

    something like this:

    G28 ; home all axes
    G1 Z5 F5000 ; lift Z by 5mm
    M565 Z-0.6 ; set the offset for auto-leveling mechanism -- yours will be different
    G29 ; run auto-level
     
  4. Jella_joe

    Jella_joe Member

    Joined:
    Apr 20, 2016
    Messages:
    92
    Likes Received:
    15
    hahahahaha it's alive!
    Super helpful! Thanks!
     
    Geof likes this.
  5. Geof

    Geof Volunteer Moderator
    Staff Member

    Joined:
    Nov 9, 2015
    Messages:
    6,757
    Likes Received:
    2,339
    Sorry for the delay looks like mark has you taken care of.
     

Share This Page