Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. maukvdlaan
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 14
    • Best 0
    • Controversial 0
    • Groups 0

    maukvdlaan

    @maukvdlaan

    0
    Reputation
    1
    Profile views
    14
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    maukvdlaan Unfollow Follow

    Latest posts made by maukvdlaan

    • RE: Different currents with dual motor y-axis

      @catalin_ro Thanks for your ideas! I plan to mount the gantry against the wall, so the whole Y-table moves free vertically. Same design, but totally different use.

      I do this because i want to have multiple spindles on the gantry as a kind of a cheap toolchanger, so it would become too heavy.

      But there are more advantages: it saves floor space, the chips simply fall down, there could be a second gantry, or even spindles that mill from the sides.

      As for the Y-nuts: i think that the forces involved in moving the table are comparable to moving the gantry, but the table has two motors and bigger nuts (more threads).

      You are right about the way the wheels are used, especially on the gantry. I have to change the gantry anyway to hold more spindles. I would like to rotate the gantry extrusion, maybe make it stronger with steel.

      I will have some fun with it, and post some videos when it works.

      posted in General Discussion
      maukvdlaanundefined
      maukvdlaan
    • RE: Different currents with dual motor y-axis

      @catalin_ro I agree with the 40mm/s when milling, because of the forces involved. At that rate (5 rpm) the steppers still have a decent torque. But when not milling, rapid feeds of 100mm/s seem to work fine. But i will keep an eye on the wear of the delrin nuts of course!

      This is going to be fixed gantry machine, mounted vertically on a wall, with the Y-axis moving up and down. I choose the workbee design because it speads the load on the Y-axis between 2 motors and nuts.

      posted in General Discussion
      maukvdlaanundefined
      maukvdlaan
    • RE: Different currents with dual motor y-axis

      @dc42 So what caused the different currents? Is there some default mapping for drive 4? It worked after removing the E mapping.

      posted in General Discussion
      maukvdlaanundefined
      maukvdlaan
    • RE: Different currents with dual motor y-axis

      @typqxq I also tried your solution and it works. I was wondering if i could get rid of that unused extruder output, so thanks.

      posted in General Discussion
      maukvdlaanundefined
      maukvdlaan
    • RE: Different currents with dual motor y-axis

      @veti Thanks, that helped. Now the machine moves reliably at 100mm/s.

      posted in General Discussion
      maukvdlaanundefined
      maukvdlaan
    • RE: Different currents with dual motor y-axis
      M569 P0 S1                                  ; Drive 0 goes forwards (X)
      M569 P1 S0                                  ; Drive 1 goes forwards (Y-1)
      M569 P2 S0                                  ; Drive 2 goes forwards (Z)
      M569 P3 S1                                  ; Drive 3 goes forwards (E1)
      M569 P4 S0                                  ; Drive 4 goes forwards (Y-2)
      
      M584 X0 Y1:4 Z2                             ; map motor drivers to dual Y
      
      ; 16 steps w/interpolation
      ; 1 rot = 200 steps = 8mm = 25 steps/mm. 
      ; full-step resolution 0.04mm
      ; x16 = 400 steps/mm
      ; max speed 5rpm x 8mm = 40mm/s, 2400mm/min
      M350 X16 Y16 Z16 I1                         ; Configure microstepping
      M350 E16 I1                                 ; Configure microstepping with interpolation
      M92 X400.00 Y400.00 Z400.00 E420.00         ; Set steps per mm
      
      M566 X400.00 Y400.00 Z300.00 E120.00        ; Set maximum instantaneous speed changes (jerk) (mm/min)
      M203 X6000.00 Y6000.00 Z6000.00 E1200.00    ; Set maximum speeds (mm/min)
      M201 X200.00 Y200.00 Z150.00 E250.00        ; Set accelerations (mm/s^2)
      M906 X2000.00 Y2000.00 Z1400.00 E800.00 I40 ; Set motor currents (mA) and motor idle factor (40%)
      
      M84 S15                                     ; Set idle timeout (15S)
      
      posted in General Discussion
      maukvdlaanundefined
      maukvdlaan
    • RE: Different currents with dual motor y-axis

      @veti M906; Motor current (mA) - X:2000, Y:2000, Z:1400, E:800:800, idle factor 40%

      posted in General Discussion
      maukvdlaanundefined
      maukvdlaan
    • Different currents with dual motor y-axis

      Hi,

      I am experiencing problems with my workbee 1000mm CNC. It has two independant motors for the Y-axis.

      It all works, but it seems that one motor gets less current then the other. One motor stalls on fast moves. And after the idle timeout, i can rotate one motor by hand while the other is still strong. It seems to me that the second Y motor still has some lower current setting.
      If i reverse the cables on the board the other motor becomes weaker, so this eliminates motor, driver or wiring differences. I tried upgrading to 2.02 but no change.

      Some data: 24V, 2A current, Y connected to P1 and P4 (M584 X0 Y1:4 Z2).

      Any ideas?

      Mauk

      posted in General Discussion
      maukvdlaanundefined
      maukvdlaan
    • RE: Multi-spindle CNC

      @catalin_ro Thanks for the replies everyone! I will give it a try with the duet. I will strenghten the x-axis with small steel strips for more rigidity. But i will have to test it of course, i will keep you informed about the results.

      posted in CNC
      maukvdlaanundefined
      maukvdlaan
    • RE: Multi-spindle CNC

      @joergs5 I just read about the duet 3... it would be a waste to buy a v2 now, especially since i need an expansion board as well. @duet people: do you need a beta tester? i am a seasoned embedded developer and electronics guy.

      posted in CNC
      maukvdlaanundefined
      maukvdlaan