Skip to content

firepick-delta/FireStep

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FireStep

FireStep is an Arduino stepper library for FirePick Delta. FireStep responds to JSON requests written in a flexible query-by-example interaction style inspired by TinyG.

FireStep is designed to work with Pythagorean Hodograph Quintic Curves (PH5Curve), which are smooth, polynomial paths defined by on-path control points. FireStep also implements PHFeed, which controls feed acceleration continuously during path traversal, providing smooth motion.

Although you can send commands directly to FireStep via a USB serial port running at 38400 baud, you will most likely want to use a FireStep driver to generate complex FireStep commands such as the dvs command for traversing 4D strokes.

Read more...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 93.9%
  • C 3.5%
  • Shell 1.1%
  • Other 1.5%