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

    homing problems

    Scheduled Pinned Locked Moved
    General Discussion
    2
    13
    324
    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.
    • spfxshaneundefined
      spfxshane @Phaedrux
      last edited by

      @Phaedrux
      Sorry but i don't understand the m98 command

      Phaedruxundefined 1 Reply Last reply Reply Quote 0
      • spfxshaneundefined
        spfxshane
        last edited by

        here is a screenshot of the print failure.
        hominffailure.JPG

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

          @spfxshane said in homing problems:

          @Phaedrux
          Sorry but i don't understand the m98 command

          In SBC mode it probably won't say much of anything unless there are configuration syntax errors.

          Z-Bot CoreXY Build | Thingiverse Profile

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

            Can you share the complete gcode file you're trying to print?

            Z-Bot CoreXY Build | Thingiverse Profile

            spfxshaneundefined 1 Reply Last reply Reply Quote 0
            • spfxshaneundefined
              spfxshane @Phaedrux
              last edited by

              @Phaedrux Combo-Cali-Cube.gcode

              spfxshaneundefined 1 Reply Last reply Reply Quote 0
              • spfxshaneundefined
                spfxshane @spfxshane
                last edited by

                @spfxshane
                sorry took me a minute to figure out how to send this. I was just taking a swing at slicing something in prusa slicer and get it to work on this machine. Getting information on setting up a slicer profile for this machine is defiantly been hard; and I'm just starting that journey after building the hardware and wading through the software for the machine.

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

                  G1 H1 X-625 Y605 F1800  ; Move quickly to X and Y axis endstops and stop there (first pass)
                  
                   G1 X3 Y-3 F600          ; Go back a few mm
                  
                  G1 H1 X-625 Y605 F360   ; Move slowly to X and Y axis endstops once more (second pass)
                  G1 H1 X-625 F360        ; Move slowly to X and Y axis endstops once more (second pass)
                  G1 H1 Y605 F360         ; Move slowly to X and Y axis endstops once more (second pass)
                  

                  I think the problem is that your initial homing moves are incomplete for a corexy. You're moving both X and Y axis together, but as soon as one of the endstops is hit, the homing move ends, so one axis will be left unhomed. Then the short move to back off the endstop is throwing the error because it's trying to move an unhomed axis.

                  Your second pass is correct though, it moves both axis at once, then each axis individually to ensure they are both actually homed.

                  So if you just duplicate your second pass moves to the first pass, you'll be good to go I think.

                  Z-Bot CoreXY Build | Thingiverse Profile

                  1 Reply Last reply Reply Quote 0
                  • spfxshaneundefined
                    spfxshane
                    last edited by

                    That fixed it on the panel due!
                    I will give the print a try. I'm hopeful

                    spfxshaneundefined 1 Reply Last reply Reply Quote 0
                    • spfxshaneundefined
                      spfxshane @spfxshane
                      last edited by

                      @spfxshane
                      success!
                      Now i have to figure out how to deal with the next problem. Maybe you can help point me in the right direction. Is there a way to configure one tool into the config file. this time the print failed because i did not choose a tool. The bed heated, then the machined homed, then faulted because i didn't choose a tool. I then put tool zero on standby started the print again and the bed heated and it immediately started the print with a cold extruder. i was hoping would heat theebed and then wait for the hotend to heat up and start the print.

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

                        Uncomment T0 in your config.g to have the first tool selected at startup. Your slicer should also choose the tool before the print, but you may need to add that to your slicer start gcode.

                        @spfxshane said in homing problems:

                        ;Select default tool
                        ;T0

                        Z-Bot CoreXY Build | Thingiverse Profile

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