Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Endstop calibration for Delta

    Scheduled Pinned Locked Moved
    General Discussion
    6
    14
    918
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • fragleundefined
      fragle
      last edited by

      I have tried it with larger values, but nothing changed after homeing and go 50 mm on z. The postion is always the same.

      droftartsundefined 1 Reply Last reply Reply Quote 0
      • droftartsundefined
        droftarts administrators @fragle
        last edited by

        @fragle I just tested this on my delta. If you use X-3, the carriage is going up, higher than the endstop, which it may not be able to do. It needs to be positive to move away from the endstop. If it does need to be X-3, then perhaps set X0 Y3 Z3 instead. Here's my homedelta.g; the last three lines move the effector down 5mm, then to X0 Y0 at the end:

        ; homedelta.g
        ; called to home all towers on a delta printer
        ;
        ; generated by RepRapFirmware Configuration Tool v2 on Tue Jul 30 2019 15:07:02 GMT+0100 (British Summer Time)
        G91                        ; relative positioning
        
        G1 H1 X184 Y184 Z184 F1800 ; move all towers to the high end stopping at the endstops (first pass)
        G1 H2 X-5 Y-5 Z-5 F1800    ; go down a few mm
        G1 H1 X10 Y10 Z10 F360     ; move all towers up once more (second pass)
        G1 Z-5 F12000              ; move down a few mm so that the nozzle can be centred
        G90                        ; absolute positioning
        G1 X0 Y0 F12000            ; move X+Y to the centre
        

        The effector should move down after homing, and be at X0 Y0 afterwards.

        Ian

        Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

        1 Reply Last reply Reply Quote 0
        • Danalundefined
          Danal
          last edited by

          From M666 documentation:

          Positive endstop adjustments move the head closer to the bed when it is near the corresponding tower.

          If X is 3mm 'above' the others, the M666 parameter should be a positive number.

          Delta / Kossel printer fanatic

          1 Reply Last reply Reply Quote 0
          • fragleundefined
            fragle
            last edited by

            I ve tried nearly every combination, but none of the M666 commands are working

            1 Reply Last reply Reply Quote 0
            • Vetiundefined
              Veti
              last edited by

              do you have a config-overwrite?

              1 Reply Last reply Reply Quote 0
              • fragleundefined
                fragle
                last edited by

                yes, but it is empty

                1 Reply Last reply Reply Quote 0
                • Phaedruxundefined
                  Phaedrux Moderator
                  last edited by

                  After doing an autocalibration you must send M500 to save the results to config-override and then you must add M501 to the end of config.g so that it gets loaded at start up.

                  Z-Bot CoreXY Build | Thingiverse Profile

                  Dougal1957undefined 1 Reply Last reply Reply Quote 0
                  • Dougal1957undefined
                    Dougal1957 @Phaedrux
                    last edited by

                    @Phaedrux said in Endstop calibration for Delta:

                    After doing an autocalibration you must send M500 to save the results to config-override and then you must add M501 to the end of config.g so that it gets loaded at start up.

                    Or hand graft the results into the config.g (This is my preference) been bitten before wondering why changes don't take after a reboot due to eprom over writing them main stuff.

                    1 Reply Last reply Reply Quote 0
                    • fragleundefined
                      fragle
                      last edited by

                      i have done all changes in config.g in the drives section.

                      1 Reply Last reply Reply Quote 0
                      • droftartsundefined
                        droftarts administrators
                        last edited by

                        You can send M666 from the console to test. Then you need to home with G28, that’s how I did it when testing. I sent M666 X10 Y0 Z0 then G28, and the X tower carriage ended 10mm below the other two.

                        Ian

                        Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

                        1 Reply Last reply Reply Quote 1
                        • fragleundefined
                          fragle
                          last edited by

                          I have already tried to use it with you method, but all carriages are about the same heigh as before.

                          1 Reply Last reply Reply Quote 0
                          • droftartsundefined
                            droftarts administrators
                            last edited by

                            What firmware version are you running? Send M122 and post the response. If 2.0.3, update to 2.0.4, as there were delta related bugs in 2.0.3, which may be causing this issue. Also post current config.g.

                            Ian

                            Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

                            1 Reply Last reply Reply Quote 0
                            • First post
                              Last post
                            Unless otherwise noted, all forum content is licensed under CC-BY-SA