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

    I could use some help

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    11
    682
    63.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.
    • droftartsundefined
      droftarts administrators @A Former User
      last edited by droftarts

      @mac From the video, it looks like you haven't changed your steps per mm (you need to halve them if you go from x32 to x16), and at the least your Z motor is going the wrong way.

      Did you test your X and Y endstops with M119?

      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

      A Former User? 2 Replies Last reply Reply Quote 0
      • A Former User?
        A Former User @droftarts
        last edited by A Former User

        @droftarts

        ; Axis Limits
        M208 X0 Y0 Z0 S1                                   ; set axis minima
        M208 X220 Y220 Z240 S0                    ; set axis maxima
        
        ; Endstops
        M574 X2 S1 P"!io5.in"               ; configure switch-type (e.g. microswitch) endstop for high end on X via pin !io5.in
        M574 Y2 S1 P"!io6.in"               ; configure switch-type (e.g. microswitch) endstop for high end on Y via pin !io6.in
        M574 Z1 S2                                    ; configure Z-probe endstop for low end on Z
        
        ; Z-Probe
        M950 S0 C"io3.out"                                 ; create servo pin 0 for BLTouch
        M558 P9 C"io3.in" H5 F120 T3600     ; set Z probe type to bltouch and the dive height + speeds
        G31 P500 X15.875 Y0.625 Z2.5            ; set Z probe trigger value, offset and trigger height
        M557 X5:190 Y5:215 S10                        ; define mesh grid
        
        droftartsundefined fcwiltundefined 2 Replies Last reply Reply Quote 0
        • droftartsundefined
          droftarts administrators @A Former User
          last edited by

          @mac Try

          M92 X40.00 Y40.00 Z2000.00 E420.00
          

          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

          A Former User? 2 Replies Last reply Reply Quote 0
          • A Former User?
            A Former User @droftarts
            last edited by

            @droftarts ahhhhh, where do I half the steps?

            1 Reply Last reply Reply Quote 0
            • A Former User?
              A Former User @droftarts
              last edited by

              @droftarts you're saying type that in to the command line in DWC, and send it, correct?

              droftartsundefined 1 Reply Last reply Reply Quote 0
              • fcwiltundefined
                fcwilt @A Former User
                last edited by

                @mac

                I recall from the video that the endstops for X and Y were at the low (min) end of the axis.

                IF that is true you need to change your M574 commands to use X1 and Y1.

                And your M574 for the Z axis is incomplete - it has no P parameter.

                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

                A Former User? 2 Replies Last reply Reply Quote 0
                • droftartsundefined
                  droftarts administrators @A Former User
                  last edited by

                  @mac said in I could use some help:

                  @droftarts you're saying type that in to the command line in DWC, and send it, correct?

                  Yes. And if it works, add it to config.g, and then set it like that in the configuration tool so it outputs correctly next time.

                  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

                  A Former User? 3 Replies Last reply Reply Quote 0
                  • A Former User?
                    A Former User @droftarts
                    last edited by A Former User

                    @droftarts okay, I did that first command (M92 etc. that you suggested).

                    I feel like I'm on thin ice here. Obviously, I'm more comfortable with using RRF to make these changes?

                    But maybe that's the problem?

                    I'm having a hard time going forwards at this point.

                    fcwiltundefined 1 Reply Last reply Reply Quote 0
                    • A Former User?
                      A Former User @droftarts
                      last edited by

                      @droftarts "add it to config.g" means what, exactly?

                      fcwiltundefined droftartsundefined 2 Replies Last reply Reply Quote 0
                      • fcwiltundefined
                        fcwilt @A Former User
                        last edited by

                        @mac said in I could use some help:

                        @droftarts "add it to config.g" means what, exactly?

                        You already have an M92 and an M574 in your config.g file.

                        Just edit the file via the DWC and enter the new values for those commands - if those values have changed.

                        And read what I posted about the relationship of M92 and M574.

                        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
                        • A Former User?
                          A Former User @fcwilt
                          last edited by

                          @fcwilt on RRF Config Tool, Endstop Configuration, X-Switch-High end, Y-Switch-High end, Z-Z-probe-Low end.

                          Change to?

                          fcwiltundefined 1 Reply Last reply Reply Quote 0
                          • fcwiltundefined
                            fcwilt @A Former User
                            last edited by

                            @mac said in I could use some help:

                            But maybe that's part of the problem?

                            I do think that relying on the configuration tool keeps you from learning and understanding all that is going in the various files.

                            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

                            A Former User? 1 Reply Last reply Reply Quote 0
                            • droftartsundefined
                              droftarts administrators @A Former User
                              last edited by

                              @mac said in I could use some help:

                              @droftarts "add it to config.g" means what, exactly?

                              It means edit it in DWC, by going to System, then clicking config.g, then edit and save. That changes it on the machine. You need to reset the board (turn power on and off) to get it to read config.g again at start up, which it will ask you when you save.

                              Sending the command directly, in the 'Gcode console', will execute the command and change the setting immediately, but will be overridden by the contents of config.g the next time you turn off and turn on the printer.

                              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

                              A Former User? 1 Reply Last reply Reply Quote 0
                              • A Former User?
                                A Former User @fcwilt
                                last edited by

                                @fcwilt indeed.

                                1 Reply Last reply Reply Quote 0
                                • A Former User?
                                  A Former User @droftarts
                                  last edited by

                                  @droftarts I actually understand what you just wrote. Thanks!

                                  1 Reply Last reply Reply Quote 0
                                  • fcwiltundefined
                                    fcwilt @A Former User
                                    last edited by

                                    @mac said in I could use some help:

                                    @fcwilt on RRF Config Tool, Endstop Configuration, X-Switch-High end, Y-Switch-High end, Z-Z-probe-Low end.

                                    Change to?

                                    Sorry, I don't use that tool.

                                    You posted part of your config.g file showing M574 X2 S1 and M574 Y2 S1.

                                    If your endstops are, in fact, at the low (min) end of the X and Y axes, X2 needs to be X1 and Y2 needs to be Y1.

                                    Just edit your config.g file in the DWC editor. No need to use the config tool for such simple changes.

                                    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
                                    • A Former User?
                                      A Former User @droftarts
                                      last edited by

                                      @droftarts I typed that into the command line, and sent it (somewhere). What should I have done after that?

                                      A Former User? 1 Reply Last reply Reply Quote 0
                                      • A Former User?
                                        A Former User @A Former User
                                        last edited by

                                        @mac M92 X40.00 Y40.00 Z2000.00 E420.00

                                        1 Reply Last reply Reply Quote 0
                                        • A Former User?
                                          A Former User @droftarts
                                          last edited by

                                          @droftarts and to confirm if that M92 command worked, I need to Home X again, correct?

                                          A Former User? 1 Reply Last reply Reply Quote 0
                                          • A Former User?
                                            A Former User @A Former User
                                            last edited by

                                            @droftarts The M92 command lowered then raised the X-axis. The printhead shimmied side to side, but that's it.

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