Skip to content

cryptikon/FabScanPi-Firmware_fork-cr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FabScanPi-Firmware

Firmware of FabScanPi 3D Laser Scanner

Supported G-Codes

G01 [T(steps)]; Move the Turntable for number of steps
M4 [R(value) G(value) B(value)]; Turn on LED Ring for given RGB-Vlaues
M17; Enable Motors
M18; Disable Motors
M19: Turn On Laser 0
M20; Turn Off Laser 0
M21; Turn On Laser 1
M22; Turn Off Laser 1
M100; Show Help Message

Supported Boards

The firmware can be extended by adding new board files. Board files are used to define the pinout for a board.

Currently supported boards:

  • FabScanPi HAT ( original FabScanPi )
  • ZUM Arduino Shield ( used by cyclop 3D Scanner and clones )
  • Sanguinololu ( 3D-Printer board )

About

Firmware of FabScanPi 3D Laser Scanner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 44.3%
  • C 31.2%
  • CMake 13.7%
  • Makefile 9.0%
  • Dockerfile 1.2%
  • Shell 0.6%