Skip to content

ManiacalLabs/Platypus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Platypus CNC / Laser Control Board

The Platypus is an Open Hardware CNC / Laser control board for running 2-axis GRBL with a wide variety of stepper motor driver options.

Platypus Controller Board

Unlike other Grbl boards that are just Arduino shields, the Platypus is a fully integrated solution with a built-in ATMega328p microcontroller and USB UART.

Also, while other Grbl boards ignore it, the Platypus natively supports configuring Trinamic (TMC) StepStick drivers like the TMC2100 and TMC2208. Unlike normal StepStick motor drivers, the TMC variants use tri-state config pins which the Platypus provides.

Specs

  • Integrated ATMega328p Microcontroller (no arduino needed)
  • CH340 USB to UART converter
  • Screw terminals for all connections (plus male headers for motor and laser)
  • Supports all standard StepStick-style motor drivers including TMC2100 and TMC2208
  • Only 57mm x 75mm
  • Robust USB-B connector

Important Links

Dimensions

Dimensions

Contributing

This repository makes use of git submodules (primarily to handle KiCAD symbol and footprint libraries) and must be cloned with extra options.

Either clone the repo via:

git clone --recurse-submodules [email protected]:ManiacalLabs/Platypus.git

Or, if you already have the repo cloned or are using a fork:

git clone <EngravinatorRepo>
cd Engravinator
git submodule init
git submodule update

About

Open Hardware CNC / Laser Controller Board

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published