. .
  1. #1
    Sid's Avatar
    Lives in St Mary's, United Kingdom. Last Activity: 17-04-2022 Has been a member for 0-1 years. Has a total post count of 2.
    Hi,
    I'm new the cnc world and have decided to build my own laser cutter.
    Having watched numerious how to videos on Youtube I've noticed that CNC Router builds tend to use dedicated stepper motor controllers with a hefty power supply whereas Laser cutters from what I can tell just use a cnc sheild that then has an A4988 Stepper Motor Driver plugged into it.
    Would I be right in assuming that routers require more oomph hence the larger power supply and dedicated Stepper Motor Driver Board, or could the stepper motors for a router be powered/controlled by the A4988 Stepper Motor Driver plugged into the ardunio shield?
    Would a laser cutter benefit from a dedicated Stepper Motor Driver Board?
    What is the general concensus on such things
    Rgds,
    Stuart

  2. #2
    The Arduino-based controllers/drivers have been designed around the original 3d-printer designs, capable of driving the small NEMA-17 stepper drivers which provide relatively low torque. The firmware on the boards is limited, but optimised to this role with an incomplete G-code interpreter and limited in terms of the rate of step-generation. There is an element of these being "new" technology applied to new tech devices, vs the legacy controllers, as well as something that was once fairly basic but which is maturing with development/use and with a growing user base.

    Higher power CNC machines require higher torque (=power) steppers, running at higher currents and voltages. For these individual stepper drivers are preferred and these offer better capability and higher resolution (not necessarily accuracy) with micro-step generation. Behind this, it's generally preferred to host a more capable and complete controller.

    You can find examples of cards that sit between these - with high-power drivers integrated onto controller cards. These are generally frowned upon - high energy systems can suffer failures (as can the lower power machines of course) allowing components to be replaced (or upgraded) rather than replacing the system.

    You could use the shield-boards, you could even hay-wire "proper" stepper-drivers from such a board if you so desired. That's your decision to make. The shields have a sort-of-advantage that it removes an element of complexity (and control) from the tool-chain in terms of the machine controller - that's all exported to the shield; in the more conventional design that controller is provided by PC-based software such as Mach/UCCNC etc.

    I know/understand the shield-based designs, I use the same microcontrollers for any number of things. However, for my use-case (CNC lathe and milling machines), I'll stick with seperate controllers, drivers, etc.

  3. The Following 2 Users Say Thank You to Doddy For This Useful Post:


  4. #3
    Quote Originally Posted by Sid View Post
    Hi,
    I'm new the cnc world and have decided to build my own laser cutter.
    Having watched numerious how to videos on Youtube I've noticed that CNC Router builds tend to use dedicated stepper motor controllers with a hefty power supply whereas Laser cutters from what I can tell just use a cnc sheild that then has an A4988 Stepper Motor Driver plugged into it.
    Would I be right in assuming that routers require more oomph hence the larger power supply and dedicated Stepper Motor Driver Board, or could the stepper motors for a router be powered/controlled by the A4988 Stepper Motor Driver plugged into the ardunio shield?
    Would a laser cutter benefit from a dedicated Stepper Motor Driver Board?
    What is the general concensus on such things
    Rgds,
    Stuart
    The simple answer is no, but it depends on the size of the laser cutter. If you plan to use steppers which require more than 2A 36V then yes, you should go for different drivers, but if not then the A4988 (or similar) tiny drivers are excellent. On the other hand, you can still use the Arduino, the A4988 can easily be replaced with dedicated drivers, like the DQ542MA or something similar. You just need to wire STEP, DIR, EN and GND signals and of course, the power cables. You can run the Arduino from the ordinary power supply of 12 or 24V commonly used for these, and connect whatever power supply is needed for the steppers directly to the stepper drivers + / - connectors.

  5. The Following User Says Thank You to A_Camera For This Useful Post:


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Dip Switch settings on the M542 stepper motor drivers
    By manofgresley in forum Motor Drivers & Controllers
    Replies: 13
    Last Post: 04-01-2021, 09:10 PM
  2. Suitable stepper motor drivers for my creation
    By chillybo in forum Motor Drivers & Controllers
    Replies: 2
    Last Post: 17-07-2019, 11:19 AM
  3. 3 wire stepper motor drivers?
    By m_c in forum Stepper & Servo Motors
    Replies: 0
    Last Post: 17-08-2013, 10:01 PM
  4. Setting up stepper motor drivers
    By croy in forum Motor Drivers & Controllers
    Replies: 25
    Last Post: 30-09-2012, 09:51 PM
  5. eBay Stepper Motor Drivers from China
    By Mad Professor in forum General Electronics
    Replies: 6
    Last Post: 20-07-2009, 10:54 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •