Close



Results 1 to 10 of 11

Hybrid View

  1. #1
    Quote Originally Posted by Roxy View Post
    Home the printer... And then lower the nozzle .1mm at a time until the nozzle touches the bed. If your LCD Display says the Z axis is not at 0.000 mm, you need to add the stated Z value to your Z_PROBE_OFFSET value.
    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

  2. #2
    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.

  3. #3
    Sorry for the delay in responding but, had other priorities.
    I did all that but, now it seems like the filament will not come out of my new boden extruder.
    I found out i had to push the tube all the way into the extruder or else the pla would soften too much.
    It's like the pla just wont't go through. If i take a strand of pla and push it through without the boden tube, it does extrude but, not with the boden tube attached and the feed pushing the filament.

  4. #4
    Staff Engineer Roberts_Clif's Avatar
    Join Date
    Jun 2017
    Location
    Washington State, USA
    Posts
    1,153
    Add Roberts_Clif on Thingiverse
    Do not have any experience with bowden extruders, Will have to let someone with bowden extruder experience help you with this one.

    Will sit in the background to learn about it though.

  5. #5
    Quote Originally Posted by Roberts_Clif View Post
    Do not have any experience with bowden extruders, Will have to let someone with bowden extruder experience help you with this one.

    Will sit in the background to learn about it though.
    I have no experience, that's why i'm asking for help.

    Thanks

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
  •