Close



Results 1 to 10 of 11

Threaded View

  1. #8
    Staff Engineer Roberts_Clif's Avatar
    Join Date
    Jun 2017
    Location
    Washington State, USA
    Posts
    1,153
    Add Roberts_Clif on Thingiverse
    Quote Originally Posted by Jmarc View Post
    I was able to figure out that my offset is .2. The strange thing is that when i do a bed level from my printer's menu, it probes 15 points and then if i do a test print, it scrapes the bed on one side. As if it didn't take into account that the bed was a bit higher on that side. Am i missing a line of code to tell it to adjust with the bed level it just did?

    Thanks
    I save the bed leveling data (I know Bi-Linear bed leveling is not supported)
    Although it works as the save routine does not know the difference.
    Level the bed Click Menu "Control" Select "Store Settings" or Save using M500.

    In you Slicer program add a line to turn the Bed Level data ON, This must be placed after the Last G92
    Too verify the bad level data is saved send a M420 V1 ; to print the leveling grid.

    G92 E0 ;reset extruder length
    M420 S1 ; Bed Leveling On

    ;M420 V1 ; Print the leveling grid

    https://youtu.be/WuQiCzD3r4c

    Bed Level must be done in the start up G-Code to work correctly
    after the Last G92 you can add a G29 ;Bed leveling command

    I find this takes forever so I save the data using M500 and Restore using M420 S1 ; Bed Leveling On
    This way I only need to do a bed level if the bed level gets messed up or One a week, bi weekly or ect............

    Last edited by Roberts_Clif; 04-23-2018 at 09:12 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •