NiklasHammerstone / GalvoStep

Project for building a cheap galvo laser system using Stepper motors and widely available parts.
GNU General Public License v3.0
44 stars 14 forks source link

Add ability for teensy to enable/disable steppers #8

Closed NiklasHammerstone closed 4 years ago

NiklasHammerstone commented 4 years ago

Connect EN pins to teensy pins with 10k pull-down.

Code: Disable steppers when machine is inactive ( via GCode M17-ON and M18,M84-OFF)

NiklasHammerstone commented 4 years ago

Not necessary