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
3.99k stars 1.59k forks source link

Tutorial for rotate axes configuration? #985

Open rodrigoevaldo opened 3 years ago

rodrigoevaldo commented 3 years ago

Hi.

I have a rotation axes. I need a tutorial how can configurate the GRBL bexause not have the MAX_TRAVEL ? I whould like configure by pulses, so how I configure the parameter STEPS_PER_MM ?

Mungbeanz commented 3 years ago

General configuration guide: https://github.com/gnea/grbl/wiki/Grbl-v1.1-Configuration#grbls-xval-settings-and-what-they-mean

Calibration of XYZ steps per mm: https://github.com/gnea/grbl/wiki/Grbl-v1.1-Configuration#100-101-and-102--xyz-stepsmm

into the GRBL console type $100=200 if you want 200 steps per mm for x axis. $100 is X $101 is Y $102 is Z

Max travel if needed is: https://github.com/gnea/grbl/wiki/Grbl-v1.1-Configuration#130-131-132--xyz-max-travel-mm