├── SphereBot.pde ├── StepperModel.cpp ├── StepperModel.h ├── Utils ├── egg-displace.dat ├── feeder.py ├── feeder.tcl └── gcodeManage.py └── readme.txt /SphereBot.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaggo/SphereBot/HEAD/SphereBot.pde -------------------------------------------------------------------------------- /StepperModel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaggo/SphereBot/HEAD/StepperModel.cpp -------------------------------------------------------------------------------- /StepperModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaggo/SphereBot/HEAD/StepperModel.h -------------------------------------------------------------------------------- /Utils/egg-displace.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaggo/SphereBot/HEAD/Utils/egg-displace.dat -------------------------------------------------------------------------------- /Utils/feeder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaggo/SphereBot/HEAD/Utils/feeder.py -------------------------------------------------------------------------------- /Utils/feeder.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaggo/SphereBot/HEAD/Utils/feeder.tcl -------------------------------------------------------------------------------- /Utils/gcodeManage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaggo/SphereBot/HEAD/Utils/gcodeManage.py -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaggo/SphereBot/HEAD/readme.txt --------------------------------------------------------------------------------