Skip to content

Choose Machine Type

Nikos Siatras edited this page Feb 23, 2026 · 5 revisions

Open the following file:

RabbitGRBL/src/Machine.h

Inside this file, machine configurations are grouped by category:

  • SourceRabbit Motion Controllers
  • SourceRabbit Machines
  • Genmitsu Machines
  • Other Boards
  • Custom Machines

Example:

// SourceRabbit Motion Controllers
#include "Machines/MotionControllers/SourceRabbit/rabbit_board_4axis_1_2.h"

How to Select Your Machine

  1. Locate the machine configuration that matches your hardware.
  2. Uncomment the corresponding #include line.
  3. Ensure that all other machine #include lines remain commented.

⚠ Only one machine configuration must be active at a time.

If multiple configurations are enabled simultaneously, the firmware will not compile correctly.

After selecting the correct configuration:

  • Save the file
  • Rebuild and upload the firmware

Clone this wiki locally