Close



Page 62 of 76 FirstFirst ... 1252606162636472 ... LastLast
Results 611 to 620 of 757
  1. #611
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    Wow! I didn't know the main code base had moved. And it definitely has evolved. I looked at the G29 code and it has been cleaned up a lot!

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

  3. #613
    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.

  4. #614
    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 :-)

  5. #615
    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 :-)

  6. #616
    Quote Originally Posted by hdfritz View Post
    applying an R code that I found here:

    http://www.r-bloggers.com/plot-3d-topographic-map-in-r/


    I quickly produced the following image of my printbed's topography:



    Now of course there is a legend missing which tells you more about the colourcoding and hence the value you need to correct but:
    I think this allready tells you very quickly how to adjust your printbed, doesn't it? Just as a comparison my output:

    -0.23168 -0.19443 -0.18793 -0.10518 -0.08943
    -0.16093 -0.11218 -0.05593 -0.10193 +0.02907
    +0.01082 +0.03307 +0.09357 +0.05157 +0.12532
    -0.08143 +0.04857 +0.10532 +0.11907 +0.16432
    -0.05343 +0.05657 +0.14907 +0.16682 +0.22132

    I hope, I got someone interested in helping me out!


    i wish i understood how to use this so that i could plot it tp get a visula representation of what my bed looks like

  7. #617
    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!

  8. #618
    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).

  9. #619
    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.

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

Page 62 of 76 FirstFirst ... 1252606162636472 ... 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
  •