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

    Release 3.01-RC10

    Scheduled Pinned Locked Moved Unsolved
    General Discussion
    7
    62
    2.9k
    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.
    • Leblondundefined
      Leblond
      last edited by

      for @dc42 no idea?

      1 Reply Last reply Reply Quote 0
      • Leblondundefined
        Leblond
        last edited by

        Guys forgive me if I insist, but it seems strange to me that only I have a problem with a brand new card and you can't find a solution

        1 Reply Last reply Reply Quote 0
        • sebkritikelundefined
          sebkritikel @Leblond
          last edited by sebkritikel

          @Leblond said in Release 3.01-RC10:

          but as soon as a g28 is made it no longer works and the extruder stalls

          When you send "G28" or "G28 Z" ?

          Can you post homeall.g?

          @Leblond said in Release 3.01-RC10:

          good morning guys
          I have found that by sending the axes home manually one at a time starting with x, y and z, the extruder works

          G28 X
          Extruder Works
          G28 Y
          Extruder Works
          G28 Z
          Extruder Works

          G28
          Does not work?

          1 Reply Last reply Reply Quote 0
          • Leblondundefined
            Leblond
            last edited by

            it is exact only when sending g28 the extruder stalls

            1 Reply Last reply Reply Quote 0
            • Leblondundefined
              Leblond
              last edited by

              ; homeall.g
              ; called to home all axes
              ;
              ; generated by RepRapFirmware Configuration Tool v2.1.8 on Thu Apr 23 2020 22:39:29 GMT+0200 (Ora legale dell’Europa centrale)
              G91 ; relative positioning
              G1 H2 Z5 F6000 ; lift Z relative to current position
              M913 X50 Y50 ; Riduci la corrente al 50%
              G1 H1 X-9999 Y-9999 F4000 ; move quickly to X or Y endstop and stop there (first pass)
              G1 H1 X-9999 ; home X axis
              G1 H1 Y-9999 ; home Y axis
              G1 X5 Y5 F2000 ; go back a few mm
              G1 H1 X-9999 F360 ; move slowly to X axis endstop once more (second pass)
              G1 H1 Y-9999 ; then move slowly to Y axis endstop
              G90 ; absolute positioning
              G1 X60 Y50 F9000 ; go to first bed probe point and home Z
              M913 X100 Y100 :Riporta la corrente al 100%
              G30 ; home Z by probing the bed

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

              sebkritikelundefined 1 Reply Last reply Reply Quote 0
              • sebkritikelundefined
                sebkritikel @Leblond
                last edited by sebkritikel

                @Leblond said in Release 3.01-RC10:

                ; homeall.g
                ; called to home all axes
                ;
                ; generated by RepRapFirmware Configuration Tool v2.1.8 on Thu Apr 23 2020 22:39:29 GMT+0200 (Ora legale dell’Europa centrale)
                G91 ; relative positioning
                G1 H2 Z5 F6000 ; lift Z relative to current position
                M913 X50 Y50 ; Riduci la corrente al 50%
                G1 H1 X-9999 Y-9999 F4000 ; move quickly to X or Y endstop and stop there (first pass)
                G1 H1 X-9999 ; home X axis
                G1 H1 Y-9999 ; home Y axis
                G1 X5 Y5 F2000 ; go back a few mm
                G1 H1 X-9999 F360 ; move slowly to X axis endstop once more (second pass)
                G1 H1 Y-9999 ; then move slowly to Y axis endstop
                G90 ; absolute positioning
                G1 X60 Y50 F9000 ; go to first bed probe point and home Z
                M913 X100 Y100 :Riporta la corrente al 100%
                G30 ; home Z by probing the bed

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

                Can you try:

                ;homeall.g
                G91 ; relative positioning
                G1 H2 Z5 F6000 ; lift Z relative to current position
                
                ;;;M913 X50 Y50 ; Riduci la corrente al 50%
                
                G1 H1 X-9999 Y-9999 F4000 ; move quickly to X or Y endstop and stop there (first pass)
                
                G1 X5 Y5 F2000 ; go back a few mm
                
                G1 H1 X-9999 F360 ; move slowly to X axis endstop once more (second pass)
                G1 H1 Y-9999 F360 ; then move slowly to Y axis endstop
                
                G90 ; absolute positioning
                
                G1 X60 Y50 F9000 ; go to first bed probe point and home Z
                
                ;;;M913 X100 Y100 :Riporta la corrente al 100%
                
                G30 ; home Z by probing the bed
                
                Leblondundefined 2 Replies Last reply Reply Quote 0
                • Leblondundefined
                  Leblond @sebkritikel
                  last edited by

                  @sebkritikel ok now i try

                  1 Reply Last reply Reply Quote 0
                  • Leblondundefined
                    Leblond @sebkritikel
                    last edited by

                    @sebkritikel said in Release 3.01-RC10:

                    ;homeall.g G91 ; relative positioning G1 H2 Z5 F6000 ; lift Z relative to current position ;;;M913 X50 Y50 ; Riduci la corrente al 50% G1 H1 X-9999 Y-9999 F4000 ; move quickly to X or Y endstop and stop there (first pass) G1 X5 Y5 F2000 ; go back a few mm G1 H1 X-9999 F360 ; move slowly to X axis endstop once more (second pass) G1 H1 Y-9999 F360 ; then move slowly to Y axis endstop G90 ; absolute positioning G1 X60 Y50 F9000 ; go to first bed probe point and home Z ;;;M913 X100 Y100 :Riporta la corrente al 100% G30 ; home Z by probing the bed
                    91/5000

                    wait because it gives me an error "6/5/2020, 18:12:41 G28
                    Error: G0 / G1: insufficient axes homed "

                    sebkritikelundefined 2 Replies Last reply Reply Quote 0
                    • sebkritikelundefined
                      sebkritikel @Leblond
                      last edited by

                      This post is deleted!
                      1 Reply Last reply Reply Quote 0
                      • sebkritikelundefined
                        sebkritikel @Leblond
                        last edited by sebkritikel

                        @Leblond said in Release 3.01-RC10:

                        @sebkritikel said in Release 3.01-RC10:

                        ;homeall.g G91 ; relative positioning G1 H2 Z5 F6000 ; lift Z relative to current position ;;;M913 X50 Y50 ; Riduci la corrente al 50% G1 H1 X-9999 Y-9999 F4000 ; move quickly to X or Y endstop and stop there (first pass) G1 X5 Y5 F2000 ; go back a few mm G1 H1 X-9999 F360 ; move slowly to X axis endstop once more (second pass) G1 H1 Y-9999 F360 ; then move slowly to Y axis endstop G90 ; absolute positioning G1 X60 Y50 F9000 ; go to first bed probe point and home Z ;;;M913 X100 Y100 :Riporta la corrente al 100% G30 ; home Z by probing the bed
                        91/5000

                        wait because it gives me an error "6/5/2020, 18:12:41 G28
                        Error: G0 / G1: insufficient axes homed "

                        Ok maybe my mistake. Please try:

                        ;homeall.g
                        G91 ; relative positioning
                        G1 H2 Z5 F6000 ; lift Z relative to current position
                        
                        ;;;M913 X50 Y50 ; Riduci la corrente al 50%
                        
                        G1 H1 X-9999 Y-9999 F4000 ; move quickly to X or Y endstop and stop there (first pass)
                        
                        G1 H1 X-9999 ; home X axis
                        G1 H1 Y-9999 ; home Y axis
                        
                        G1 X5 Y5 F2000 ; go back a few mm
                        
                        G1 H1 X-9999 F360 ; move slowly to X axis endstop once more (second pass)
                        G1 H1 Y-9999 F360; then move slowly to Y axis endstop
                        
                        G90 ; absolute positioning
                        
                        G1 X60 Y50 F9000 ; go to first bed probe point and home Z
                        
                        ;;;M913 X100 Y100 :Riporta la corrente al 100%
                        
                        G30 ; home Z by probing the bed
                        
                        Leblondundefined 2 Replies Last reply Reply Quote 0
                        • Leblondundefined
                          Leblond @sebkritikel
                          last edited by

                          This post is deleted!
                          1 Reply Last reply Reply Quote 0
                          • Leblondundefined
                            Leblond @sebkritikel
                            last edited by

                            @sebkritikel there was a small error, so it works:

                            ; homeall.g
                            G91; relative positioning
                            G1 H2 Z5 F6000; lift Z relative to current position
                            ; M913 X50 Y50; Reduce the current to 50%
                            G1 H1 X-9999 F4000
                            G1 H1 Y-9999; move quickly to X or Y endstop and stop there (first pass)
                            G1 X5 Y5 F2000; go back a few mm
                            G1 H1 X-9999 F360
                            G1 H1 Y-9999; move slowly to X axis endstop once more (second pass)
                            G90; absolute positioning
                            G1 X60 Y50 F9000; go to first bed probe point and home Z
                            ; M913 X100 Y100: Returns the current to 100%
                            G30; home Z by probing the bed

                            Change something for you?

                            sebkritikelundefined 1 Reply Last reply Reply Quote 0
                            • Leblondundefined
                              Leblond
                              last edited by

                              by the test I mean

                              1 Reply Last reply Reply Quote 0
                              • sebkritikelundefined
                                sebkritikel @Leblond
                                last edited by

                                @Leblond said in Release 3.01-RC10:

                                @sebkritikel there was a small error, so it works:

                                ; homeall.g
                                G91; relative positioning
                                G1 H2 Z5 F6000; lift Z relative to current position
                                ; M913 X50 Y50; Reduce the current to 50%
                                G1 H1 X-9999 F4000
                                G1 H1 Y-9999; move quickly to X or Y endstop and stop there (first pass)
                                G1 X5 Y5 F2000; go back a few mm
                                G1 H1 X-9999 F360
                                G1 H1 Y-9999; move slowly to X axis endstop once more (second pass)
                                G90; absolute positioning
                                G1 X60 Y50 F9000; go to first bed probe point and home Z
                                ; M913 X100 Y100: Returns the current to 100%
                                G30; home Z by probing the bed

                                Change something for you?

                                I think I made a mistake. I am not a CoreXY expert 🤠 Sorry!

                                So does:

                                ; homeall.g
                                G91; relative positioning
                                G1 H2 Z5 F6000; lift Z relative to current position
                                ; M913 X50 Y50; Reduce the current to 50%
                                G1 H1 X-9999 F4000
                                G1 H1 Y-9999; move quickly to X or Y endstop and stop there (first pass)
                                G1 X5 Y5 F2000; go back a few mm
                                G1 H1 X-9999 F360
                                G1 H1 Y-9999; move slowly to X axis endstop once more (second pass)
                                G90; absolute positioning
                                G1 X60 Y50 F9000; go to first bed probe point and home Z
                                ; M913 X100 Y100: Returns the current to 100%
                                G30; home Z by probing the bed

                                Work ok?

                                Leblondundefined 2 Replies Last reply Reply Quote 0
                                • Leblondundefined
                                  Leblond @sebkritikel
                                  last edited by

                                  @sebkritikel quello che ho corretto io funziona bene
                                  ho provato e l'estrusore funziona bene

                                  1 Reply Last reply Reply Quote 1
                                  • Leblondundefined
                                    Leblond @sebkritikel
                                    last edited by

                                    @sebkritikel thank you so much my friend

                                    sebkritikelundefined 1 Reply Last reply Reply Quote 1
                                    • Leblondundefined
                                      Leblond
                                      last edited by

                                      so does the M913 command make a mess?

                                      1 Reply Last reply Reply Quote 0
                                      • sebkritikelundefined
                                        sebkritikel @Leblond
                                        last edited by sebkritikel

                                        @Leblond said in Release 3.01-RC10:

                                        @sebkritikel thank you so much my friend
                                        Happy to help!

                                        @Leblond said in Release 3.01-RC10:

                                        so does the M913 command make a mess?

                                        I do not know. Can you test this:

                                        ; homeall.g
                                        G91; relative positioning
                                        G1 H2 Z5 F6000; lift Z relative to current position
                                        M913 X50 Y50; Reduce the current to 50%
                                        G1 H1 X-9999 F4000
                                        G1 H1 Y-9999; move quickly to X or Y endstop and stop there (first pass)
                                        G1 X5 Y5 F2000; go back a few mm
                                        G1 H1 X-9999 F360
                                        G1 H1 Y-9999; move slowly to X axis endstop once more (second pass)
                                        G90; absolute positioning
                                        G1 X60 Y50 F9000; go to first bed probe point and home Z
                                        M913 X100 Y100: Returns the current to 100%
                                        G30; home Z by probing the bed
                                        

                                        with M913

                                        Leblondundefined sebkritikelundefined 2 Replies Last reply Reply Quote 1
                                        • Leblondundefined
                                          Leblond @sebkritikel
                                          last edited by

                                          @sebkritikel ok wait for it to load

                                          1 Reply Last reply Reply Quote 0
                                          • Leblondundefined
                                            Leblond
                                            last edited by

                                            no it doesn't work that way

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