Close



Results 1 to 7 of 7

Hybrid View

  1. #1
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    Quote Originally Posted by Renfro View Post
    Should I change my gcode startup scripts to G29 L0 to load the tables before printing? Should I run G29 P1 often? How does one go about using it?
    Well... It depends on how you want the system to operate. I want the bed leveling system alive and working when the machine powers up. If you want that behaviour, you do a G29 S1 to save your mesh. Do a G29 F10.0 to set the fade height. Do a G29 A to activate the system. And then do a M500 to save the current state.
    When the system powers up, it will automatically load mesh 1 and the system will be active. In this scenario... You never need to do a G29 but the system will be alive and working.

    Also... I see unprobed mesh points on the right and on the top. You can get rid of those (fill them in) with a G29 P3 T

    Quote Originally Posted by Renfro View Post
    Also I don't get it why the printed doesn't "remember" the table after a reboot, even after using M500 after a G29 P1. Or does it?
    You need to save the mesh in one of the mesh slots. I typically use G29 S1 If you are not saving the mesh... Are you using the G26 Mesh Validation Tool? That (and G29 P4 R) is how you get the mesh perfect. And as you get it better and better over a few iterations... You can save it to a new mesh slot so you don't lose your original mesh.


    Quote Originally Posted by Renfro View Post
    BTW Thanks Roxy, great work!!!

    Thank You. You are very welcome.


    Quote Originally Posted by Renfro View Post
    EDIT: This is my Configuration.h M48 gives a solid "Standard Deviation: 0.001225"
    That is pretty good!!!!

  2. #2
    Student
    Join Date
    Feb 2015
    Location
    Brazil
    Posts
    26
    Quote Originally Posted by Roxy View Post
    I see unprobed mesh points on the right and on the top. You can get rid of those (fill them in) with a G29 P3 T
    Done! It did change some values, but I don't really understand whats going on here:

    Code:
    READ: Bed Topography Report:READ: 
    READ: (0,9)                                                                           (9,9)
    READ: (1,217)                                                                        (225,217)
    READ:   0.222    0.122    0.145    0.148    0.070    0.097    0.130    0.120    0.097    0.097  
    READ:  
    READ:   0.165    0.110    0.108    0.097    0.070    0.080    0.095    0.085    0.080    0.080  
    READ:  
    READ:   0.108    0.097    0.070    0.047    0.072    0.063    0.060    0.050    0.063    0.075  
    READ:  
    READ:   0.065    0.055    0.047    0.065    0.050    0.050    0.052    0.043    0.045    0.048  
    READ:  
    READ:   0.030    0.030    0.030    0.045    0.027    0.032    0.027    0.015    0.005    0.005  
    READ:  
    READ:   0.027    0.037    0.030    0.052    0.030    0.037    0.035    0.003    0.015    0.027  
    READ:  
    READ:   0.040    0.045    0.010    0.040    0.032    0.030    0.027    0.010    0.017    0.025  
    READ:  
    READ:   0.050    0.023    0.045    0.050    0.037    0.010    0.023    0.035    0.052    0.070  
    READ:  
    READ:   0.072    0.057    0.060    0.068    0.045    0.075    0.080    0.075    0.065    0.065  
    READ:  
    READ: [ 0.080]   0.072    0.052    0.050    0.070    0.077    0.125    0.092    0.072    0.072  
    READ: (1,1)                                                                            (225,1)
    READ: (0,0)                                                                             (9,0)
    READ: ok
    Quote Originally Posted by Roxy View Post
    Well... It depends on how you want the system to operate. I want the bed leveling system alive and working when the machine powers up. If you want that behaviour, you do a G29 S1 to save your mesh. Do a G29 F10.0 to set the fade height. Do a G29 A to activate the system. And then do a M500 to save the current state.
    When the system powers up, it will automatically load mesh 1 and the system will be active. In this scenario... You never need to do a G29 but the system will be alive and working.
    Followed your guidance here step by step (G29 S1, G29 F10.0 + M500) still it returns "Unified Bed Leveling System v1.01 inactive." for a "G29 W" after a reboot followed by a G28. Is it supposed to be like that?

    Quote Originally Posted by Roxy View Post
    Are you using the G26 Mesh Validation Tool?
    Yeah and the printed pattern looks pretty good to me. Got 100% adhesion with the right amount of pressure.
    Last edited by Renfro; 05-22-2017 at 04:26 PM. Reason: a word

Posting Permissions

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