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

    Creatr Leapfrog – Converted to DuetWifi

    Scheduled Pinned Locked Moved
    My Duet controlled machine
    5
    12
    1.3k
    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.
    • gianakopundefined
      gianakop @gianakop
      last edited by

      @gianakop

      Let’s see what kind of electronics I have to deal with DUET Wi-Fi board....

      The motors:
      The printer has 5 stepper motors:
      X-axis: (1pcs) Smart Automation PN.SM42HT47-1684A
      Y-axis 😞 2pcs) Smart Automation PN.SM42HT47-1684A
      E-extruder: (1pcs) Smart Automation PN.SM42HT47-1684A
      All these 4 motors are the same: SM42HT47-1684 nema 17 bipolar stepping motor 1.68A 4 leads 5kg.cm holding torque)
      And here is the motor and the datasheet:
      XYE-motor_chart.jpg
      The Z-axis motor, is a much bigger stepper motor:
      Z-axis: (1pcs) Smart Automation PN.SM57T56-2804A-6mm
      Z_motor.jpg
      I haven’t the datasheet for that motor, but I think that is very similar to this motor :
      Z_motor_similar1_chart.jpg

      According to the DUET guideline for the motorsI think that I can drive the X, Y and E motors directly with DUET Wi-fi board, but I’m not sure for the Z-motor.

      The options that I have to drive the motors are:

      1. Drive them directly from the Duet wifi board (I’m not sure if I can do that with the Z-motor because it seems that it has 2.8 A current)
      2. Use the Duet Expansion Breakout Board (I don’t know where to find it)
      3. Use the Stepper Motor Driver TB6600 (cheap from e-bay)
      4. Or keep the old external drivers (Microstep Driver CW230)
        5a73eac3-28c5-4128-8610-466bf85f38d3-image.png
        I would appreciate any suggestion …..

      https://www.youtube.com/user/NGYT40

      T3P3Tonyundefined vangc21undefined 2 Replies Last reply Reply Quote 0
      • T3P3Tonyundefined
        T3P3Tony administrators @gianakop
        last edited by

        @gianakop said in Creatr Leapfrog – Converted to DuetWifi:

        Drive them directly from the Duet wifi board (I’m not sure if I can do that with the Z-motor because it seems that it has 2.8 A current)

        its normally recommended to drive motors at about 80% of their rated current (at rated current they can have 80C temperature rise depending on the motor!)

        So if the motor is rated to 2.8A then you can use a Duet 2 set to 2.2A

        www.duet3d.com

        gianakopundefined 1 Reply Last reply Reply Quote 0
        • gianakopundefined
          gianakop
          last edited by

          Some other parts of the printer that I’m going to keep before the restoration are:

          1. The powersuply, that is a : S-400-24 24V POWER SUPLY
          2. The bed that is the : Heated Print Bed (Leapfrog HS) ( thermo glass bed with dimensions 34.6cm X 45cm and powered with 24V
          3. The Z-probe : A JIMOU sensor 10-30V DC 150 mA https://bit.ly/32yzCS8
            644e77cb-c39c-4b5f-8272-272c540edd3d-image.png

          Last but not least I have to mention that Creatr is a Cartesian 3D printer in which the print bed moves only in the Z-axis using one stepper motor, X-axis and Y-axis are moving independently . X-axis uses one stepper motor and Y-axis uses two stepper motors. The extrusion system is direct with extruder and extrusion motor moving together.

          https://www.youtube.com/user/NGYT40

          1 Reply Last reply Reply Quote 0
          • gianakopundefined
            gianakop @T3P3Tony
            last edited by

            @T3P3Tony said in Creatr Leapfrog – Converted to DuetWifi:

            So if the motor is rated to 2.8A then you can use a Duet 2 set to 2.2A

            Thank you @T3P3Tony , That 2.2A setup will be for all the motors? or I can make it only for the Z-motor and for the other X, Y i can use a different curent setup?

            https://www.youtube.com/user/NGYT40

            Red Sand Robotundefined 2 Replies Last reply Reply Quote 0
            • Red Sand Robotundefined
              Red Sand Robot @gianakop
              last edited by

              @gianakop said in Creatr Leapfrog – Converted to DuetWifi:

              That 2.2A setup will be for all the motors? or I can make it only for the Z-motor and for the other X, Y i can use a different curent setup?

              You can individually set the motor current for each driver that a motor is connected to (e.g. your Z-axis stepper would be 2.2A while your X stepper and two Y axis steppers would be some other value).

              almost an engineer

              gianakopundefined 1 Reply Last reply Reply Quote 0
              • Red Sand Robotundefined
                Red Sand Robot @gianakop
                last edited by

                @gianakop

                https://duet3d.dozuki.com/Wiki/Gcode#Section_M906_Set_motor_currents

                The gcode command you would use in your config.g file would be M906 for setting the motor currents.

                almost an engineer

                1 Reply Last reply Reply Quote 0
                • vangc21undefined
                  vangc21 @gianakop
                  last edited by vangc21

                  @gianakop Just wanted to thank you for your contribution! My leapfrog nema 17 motors were missing the model number stickers so I was never able to look up the specs. I'm tearing down my unreliable Creatr and will be using it's parts to upgrade my incoming TronXY x5sa Pro that will arrive in a couple days.

                  Anyways, I registered just to add to your info what I've found about the nema 23 motor.

                  http://www.multiprojekt.ro/produse/motoare-pas-cu-pas/motoare-pas-cu-pas-stepper

                  b156fe21-a762-40e3-bce3-d7ea33337fe3-image.png

                  So my guess would be
                  SM = stepper motor
                  57 = width of motor
                  T = most likely "Torque"
                  56 = length of motor
                  280 = 2.8 a
                  4 = 4 wires
                  A = 1.8 pitch single axis

                  You can also refer to this pdf for future motor references.

                  http://www.multiprojekt.pl/ftp/silniki_krokowe/

                  gianakopundefined 1 Reply Last reply Reply Quote 0
                  • gianakopundefined
                    gianakop @Red Sand Robot
                    last edited by

                    @Red-Sand-Robot said in Creatr Leapfrog – Converted to DuetWifi:

                    @gianakop said in Creatr Leapfrog – Converted to DuetWifi:

                    That 2.2A setup will be for all the motors? or I can make it only for the Z-motor and for the other X, Y i can use a different curent setup?

                    You can individually set the motor current for each driver that a motor is connected to (e.g. your Z-axis stepper would be 2.2A while your X stepper and two Y axis steppers would be some other value).

                    This is Amazing! I think that the Duet board will change completely my old Creatr!

                    https://www.youtube.com/user/NGYT40

                    1 Reply Last reply Reply Quote 0
                    • gianakopundefined
                      gianakop @vangc21
                      last edited by

                      @vangc21 said in Creatr Leapfrog – Converted to DuetWifi:

                      So my guess would be
                      SM = stepper motor
                      57 = width of motor
                      T = most likely "Torque"
                      56 = length of motor
                      280 = 2.8 a
                      4 = 4 wires
                      A = 1.8 pitch single axis

                      You can also refer to this pdf for future motor references.

                      http://www.multiprojekt.pl/ftp/silniki_krokowe/

                      Thank you so much for your reply and for your help!!!
                      However, your decision to use the old Creatr only for spare parts in order to upgrade your TronXY x5sa Pro, makes me feel that I'm trying something that is not worth at all. Anyway I also have and another 3d Printer the Ender 3 Pro and in case that Creatr's upgrade fails I'll upgrade my Ender 3 according this tutorial "Ender 3 Pro and Duet Maestro Guide "

                      https://www.youtube.com/user/NGYT40

                      vangc21undefined 1 Reply Last reply Reply Quote 1
                      • vangc21undefined
                        vangc21 @gianakop
                        last edited by vangc21

                        @gianakop It depends on what other printers you have on hand. In my case, I bought the creatr for $150 off someone on Craigslist. I tried to get it to a good working state but was never able to get decent prints off it. So, I parted it for parts to upgrade my Tronxy X5sa Pro.

                        The glass plate worked perfectly for the x5sa pro. I'll probably use the 40x40 aluminum extrusion to strengthen the frame of the x5sa. First, I have to measure and cut it to fit the x5sa.

                        20191212_194341.jpg

                        1 Reply Last reply Reply Quote 0
                        • Perttiundefined
                          Pertti
                          last edited by

                          Hi gianakop ,
                          we share the same problem.
                          I received my Leapfrog from my employer who was more than happy when somebody carried it out of the office.

                          -here we are.20200111_100623.jpg
                          I had problems with y stepper noise, but now all steppers are quiet, thanks to advise from this forum.
                          I also improved the filament cooling by aluminum fairings. I changed the z probe to ordinary microswitch because of my limited skills in electronics. Maybe You have tried the original one?
                          Now I´m working with the second extruder and dual extruding and thermistors.

                          Pertti
                          “A winner is just a loser who tried one more time.”
                          George M. Moore, Jr.

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