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

    M584 help needed

    Scheduled Pinned Locked Moved Solved
    Duet Hardware and wiring
    3
    37
    942
    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.
    • Phaedruxundefined
      Phaedrux Moderator @jlee73
      last edited by

      @jlee73 said in M584 help needed:

      G1 H2 Z5 F6000 ; lift Z relative to current position
      G1 H1 X-970 Y-405 F1800 ; move quickly to X or Y endstop and stop there (first pass)

      So as part of your homing files it lowers the Z axis for clearance before moving in XY. Is that what you're seeing? if so, this is normal. If not, please post a video.

      Z-Bot CoreXY Build | Thingiverse Profile

      jlee73undefined 1 Reply Last reply Reply Quote 0
      • jlee73undefined
        jlee73 @Phaedrux
        last edited by

        @phaedrux
        ; homey.g
        ; called to home the Y axis
        ;
        ; generated by RepRapFirmware Configuration Tool v3.3.10 on Tue Apr 26 2022 14:49:38 GMT-0600 (Mountain Daylight Time)
        G91 ; relative positioning
        G1 H2 Z5 F6000 ; lift Z relative to current position
        G1 H1 Y0 F1800 ; move quickly to Y axis endstop and stop there (first pass)
        G1 Y5 F6000 ; go back a few mm
        G1 H1 Y0 F360 ; move slowly to Y axis endstop once more (second pass)
        G1 H2 Z-5 F6000 ; lower Z again
        G90 ; absolute positioning

        1 Reply Last reply Reply Quote 0
        • jlee73undefined
          jlee73 @Phaedrux
          last edited by

          @phaedrux
          ; homez.g
          ; called to home the Z axis
          ;
          ; generated by RepRapFirmware Configuration Tool v3.3.10 on Tue Apr 26 2022 14:49:38 GMT-0600 (Mountain Daylight Time)
          G91 ; relative positioning
          G1 H2 Z5 F6000 ; lift Z relative to current position
          G90 ; absolute positioning
          G1 X15 Y15 F6000 ; go to first probe point
          G30 ; home Z by probing the bed

          ; Uncomment the following lines to lift Z after probing
          ;G91 ; relative positioning
          ;G1 Z5 F100 ; lift Z relative to current position
          ;G90 ; absolute positioning

          1 Reply Last reply Reply Quote 0
          • jlee73undefined
            jlee73 @Phaedrux
            last edited by

            @phaedrux

            No, once everything is homed on dwc, i then try ti use the move "y" by 1,10 or 50 buttons to move the y which is my hotend. when i do that the x axis also moves it should not move at all.

            jlee73undefined Phaedruxundefined 2 Replies Last reply Reply Quote 0
            • jlee73undefined
              jlee73 @jlee73
              last edited by

              @jlee73 it has nothing to do w Z

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

                @jlee73 said in M584 help needed:

                @phaedrux

                No, once everything is homed on dwc, i then try ti use the move "y" by 1,10 or 50 buttons to move the y which is my hotend. when i do that the x axis also moves it should not move at all.

                The corexy kinematic uses both motors to produce motion. Only 45 degree moves would use a single motor at a time. Is this what you're seeing?

                Again, can you post a video so we can see what you're seeing?

                Z-Bot CoreXY Build | Thingiverse Profile

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

                  @jlee73 said in M584 help needed:

                  @jlee73 it has nothing to do w Z

                  Your original post says that Z moved.

                  @jlee73 said in M584 help needed:

                  but when I tried to move the Y axis the Z motors also move.

                  So I'm confused. Please make a video.

                  Z-Bot CoreXY Build | Thingiverse Profile

                  jlee73undefined 2 Replies Last reply Reply Quote 0
                  • jlee73undefined
                    jlee73 @Phaedrux
                    last edited by

                    @phaedrux I tried the forum won’t let me upload it because it’s too big

                    1 Reply Last reply Reply Quote 0
                    • jlee73undefined
                      jlee73 @Phaedrux
                      last edited by

                      @phaedrux I meant x moves when I try to move y sorry

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

                        You'd have to use something like youtube, or vimeo, or google drive, or dropbox, etc. Or a smaller clip in mp4 format.

                        Z-Bot CoreXY Build | Thingiverse Profile

                        jlee73undefined 2 Replies Last reply Reply Quote 0
                        • jlee73undefined
                          jlee73 @Phaedrux
                          last edited by

                          @phaedrux I will have to get that to you tomorrow

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

                            Can you also send M122 and copy and paste the result?

                            Z-Bot CoreXY Build | Thingiverse Profile

                            1 Reply Last reply Reply Quote 0
                            • fcwiltundefined
                              fcwilt @jlee73
                              last edited by

                              @jlee73 said in M584 help needed:

                              @phaedrux I meant x moves when I try to move y sorry

                              Did you experiment with the X and Y values in M669?

                              Frederick

                              Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

                              1 Reply Last reply Reply Quote 0
                              • jlee73undefined
                                jlee73 @Phaedrux
                                last edited by

                                @phaedrux After doing some more reading I think I’ve got it set up wrong on the M669 code. It should be M669K0. Will try that tomorrow

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

                                  Knnn Kinematics type: 0 = Cartesian, 1 = CoreXY,

                                  So it's cartesian, and not corexy?

                                  Z-Bot CoreXY Build | Thingiverse Profile

                                  jlee73undefined 1 Reply Last reply Reply Quote 0
                                  • jlee73undefined
                                    jlee73 @Phaedrux
                                    last edited by

                                    @phaedrux it has to be. K1 would most likely tell the motors on x&y to move at the same time right? But a K0 would allow the x&y motors to move independently correct?

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

                                      What does the belt path for the printer look like? Can you show a photo?

                                      This is what a corexy belt setup looks like.

                                      830b2d43-d5a8-4198-8222-fab5d99ed54d-simple_belts_corexy_annotated.jpg simple_belts_corexy_annotated.jpg

                                      Z-Bot CoreXY Build | Thingiverse Profile

                                      jlee73undefined 2 Replies Last reply Reply Quote 0
                                      • jlee73undefined
                                        jlee73 @Phaedrux
                                        last edited by

                                        @phaedrux Yeah that’s not it at all

                                        1 Reply Last reply Reply Quote 0
                                        • jlee73undefined
                                          jlee73 @Phaedrux
                                          last edited by

                                          This post is deleted!
                                          1 Reply Last reply Reply Quote 0
                                          • Phaedruxundefined
                                            Phaedrux Moderator
                                            last edited by

                                            That is cartesian.

                                            Z-Bot CoreXY Build | Thingiverse Profile

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