Close



Page 52 of 65 FirstFirst ... 242505152535462 ... LastLast
Results 511 to 520 of 757

Hybrid View

  1. #1
    Engineer
    Join Date
    Jul 2014
    Location
    Eastern Colorado
    Posts
    536
    I hope I'll still be able to diff my customisations back in. I hope not too much has changed.

  2. #2
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    Quote Originally Posted by AbuMaia View Post
    I hope I'll still be able to diff my customisations back in. I hope not too much has changed.
    I didn't spend much time looking at the new code, but it does look very clean and 'simple'. I suspect you are not going to have much difficulty folding back in previous changes.

  3. #3
    If i actually get a chance to work on it today i may pm the modified file to you roxy just for an overview. I plan to commit in stages so that each enhancment is its own commit. As C isnt my native programming language i just want a little backup :-)

  4. #4
    looks like it is being merged in soon without any effort on our part...

    https://github.com/MarlinFirmware/Marlin/pull/1556

    possibly by the time anyone is awake and reads it it will be in the main branch. :-)

    and roxy they want you to start coding with them :-)

  5. #5
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    What I'm thinking is we need a web page that can be called with all the numbers so it can plot the surface, including imperfections (like high and low spots). With the right option specified, the Marlin firmware should spit out a URL that you cut & paste into your browser and the server will display a high quality image of your print bed with all the detail!

  6. #6
    Engineer
    Join Date
    Jul 2014
    Location
    Eastern Colorado
    Posts
    536
    And just for gits and shiggles, an option to specify how many turns of either the left or right Z rod, or how many turns of the print bed mount screws, and in which direction, to get it level(er).

  7. #7
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    Quote Originally Posted by AbuMaia View Post
    And just for gits and shiggles, an option to specify how many turns of either the left or right Z rod, or how many turns of the print bed mount screws, and in which direction, to get it level(er).
    I had that in my own personal code. But the problem is there are so many variables, its kind of hard to make it so it works for everybody. And then trying to get it calibrated is going to be a lot of work. It is probably easier for the person to just adjust one corner and re-run the test and see how much things moved. And then adjust it again based on that information.

  8. #8
    Engineer
    Join Date
    Jul 2014
    Location
    Eastern Colorado
    Posts
    536
    Just came across this on Thingiverse: http://www.thingiverse.com/thing:28135

  9. #9
    Student
    Join Date
    Mar 2015
    Location
    Stockholm
    Posts
    5
    Follow epatel On Twitter
    Hi, I have not read all of this thread. So you might already know this.

    I just want to tell you that the Bed Leveling in Marlin does not compensate bumps etc as in its calculation only tilt a flat plane no matter how many points you measure. You can see this in planner.cpp in the function plan_buffer_line() which calls apply_rotation_xyz() for the compensation.

    I discovered this the hard way and I have now written a mesh based leveling feature.
    You can read about it here https://github.com/MarlinFirmware/Marlin/pull/1619
    I don't have the setup to do auto measuring so I use the display and the encoder to measure and step through the points.
    Last edited by epatel; 03-21-2015 at 05:49 AM.

  10. #10
    Student
    Join Date
    Mar 2015
    Location
    Stockholm
    Posts
    5
    Follow epatel On Twitter
    Just updated the code so one can use a G29 command to run the leveling sequence without a display.

Page 52 of 65 FirstFirst ... 242505152535462 ... LastLast

Posting Permissions

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