Close



Results 1 to 10 of 89

Threaded View

  1. #3
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    Quote Originally Posted by ciutateivissa View Post
    regpye,

    that sounds interesting, could you please post a photo for us to understand the hardware setup better? I use auto bed leveling with a servo right now, but I´m always open to try other solutions.
    Actually, It would be very interesting to see the .STL files so we can understand how this thing is built. But with that said, I'm looking at what has been done to support it in the Marlin_Main.cpp file. I have some comments:

    Question #1: Why is there a servo defined in Configuration.h if there aren't any servo's used?

    Question #2: Why are you using the very very first version of the Marlin code base that had Auto_Bed_Leveling? Probably, the right way to view that code base is as 'experimental'. It worked, but it had problems. Many of the issues have been worked out concerning the X_PROBE_OFFSET and Y_PROBE_OFFSET now. (Right now I have my origin in the back right because the code base you are using had issues with probing the X & Y in negative space) And given you are doing a positive Z_PROBE_OFFSET which nobody else has done yet, you want the benefit of the best thinking on this OFFSET topic. Can I encourage you to go get the latest code base, cross your configuration.h over to it and enable both:

    #define ENABLE_AUTO_BED_LEVELING
    #define AUTO_BED_LEVELING_GRID

    And we start from there???
    Last edited by Roxy; 04-27-2014 at 09:52 AM.

Posting Permissions

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