Schildkroet / GRBL-Advanced

Grbl-Advanced is a no-compromise, high performance, low cost alternative for CNC milling. This version of Grbl runs on a STM32F411RE / STM32F446RE Nucleo Board. Now with backlash compensation, multi-axis and Tool Table support!
GNU General Public License v3.0
283 stars 84 forks source link

Lathe axises? #88

Closed nickshl closed 1 year ago

nickshl commented 1 year ago

Looks like GRBL-Advanced expect X axis to move carriage. if((settings.flags2 & BITFLAG_LATHE_MODE) && gc_block.modal.lathe_mode == LATHE_DIAMETER_MODE) { gc_block.values.xyz[X_AXIS] /= 2.0; } Usually lathe arranged differently: image Z axis for carriage(- to chuck, + away from chuck), X axis for cross slide(- to center, + away from center).