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

Unresolved Autobed Leveling Not Working?

Discussion in 'Troubleshooting' started by Ajm, Sep 17, 2015.

  1. Ajm

    Ajm New Member

    Joined:
    May 20, 2015
    Messages:
    22
    Likes Received:
    4
    The front of my printbed seems to be higher than the back of the print bed layers look more squished near the front then the back is auto-level not working? Im using cura-engine in repetier host and my start g-code is as followed. Is there an error in my gcode or is the firmware on my robo messed up? I have leveled my z-rods.


    M190 S70 ;Uncomment to add your own bed temperature line
    M109 S210 ;Uncomment to add your own temperature line change to 195 for esun filanment
    G21 ;metric values
    G90 ;absolute positioning
    M82 ;set extruder to absolute mode
    M107 ;start with the fan off

    G28 X0 Y0 ;move X/Y to min endstops
    G28 Z0 ;move Z to min endstops
    G29
    M565 Z-.83;

    G1 Z15.0 F2000 ;move the platform down 15mm

    G92 E0 ;zero the extruded length
    G1 F200 E10 ;extrude 3mm of feed stock
    G92 E0 ;zero the extruded length again
    G1 F2000
     
  2. William Muraski

    Joined:
    Apr 16, 2013
    Messages:
    115
    Likes Received:
    17
    put the M565 before the G29 in your G-code
     
    Mike Kelly likes this.

Share This Page