gnea / grbl

An open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on a straight Arduino
https://github.com/gnea/grbl/wiki
Other
4.03k stars 1.6k forks source link

Set stepper motor as spindle #917

Open ygjfggfgfj opened 4 years ago

ygjfggfgfj commented 4 years ago

hello there i dont have any programming knowledge could any one help me how to set stepper motor as spindle in GRBL library?

doppelhub commented 4 years ago

Can you elaborate on what you're trying to do? At a high level: -if you're trying to use a BLDC motor to move the axis, grbl doesn't support that. -if you're trying to use a stepper motor to spin the spindle, grbl doesn't support that.