Skip to content

6 Axis version of Grbl, the open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on an Arduino Mega2560

License

Notifications You must be signed in to change notification settings

ArctosRobotics/Arctos-grbl-v0.1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARCTOS custom version

This is a 6 axis version of grbl implemented in Arctos 3D printed robotic arm. Tested in open-loop mode without a gripper. It runs on Arduino MEGA, other boards are not supported for now.
Axes are named as X,Y,Z,A,B,C. First two axis runs in normal mode, and others in COREXY, so there are COREZA and COREBC features implemented. COREZA is compensating for the A motor position in v0.16.7. In v0.2 COREZA should be commented out

Use this tutorial to flash the firmware.

Wiring is illustrated bellow: Pinout

For Arctos robotic arm version 2.x.x use this grbl version which has no A axis compensation.

About

6 Axis version of Grbl, the open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on an Arduino Mega2560

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 99.1%
  • Other 0.9%