bdring / Grbl_Esp32

A port of Grbl CNC Firmware for ESP32
GNU General Public License v3.0
1.69k stars 530 forks source link

Translate Machine.h for YOUR NAME #1406

Open labbardell opened 1 year ago

labbardell commented 1 year ago

pragma once

// This file is where you choose the machine type, by including // one or more machine definition files as described below.

ifndef MACHINE_FILENAME

include "Machines/eggbot.h"

else

// MACHINE_PATHNAME_QUOTED constructs a path that is suitable for #include

define MACHINE_PATHNAME_QUOTED(eggbot) <src/Machines/name>

include MACHINE_PATHNAME_QUOTED(MACHINE_FILENAME)

endif // MACHINE_FILENAME

github-actions[bot] commented 1 year ago

Dear labbardell, The attempt to convert your machine header-file into a FluidNc yaml file failed due to one of the following possibilities:

  1. Your machine file had an error. This can happen if you use an old machine file that will not compile with the latest version of Grbl_Esp32
  2. There is a bug in the converter program. If you cannot resolve the problem, please contact us on Discord - https://discord.gg/MDsRDeNsTE
MitchBradley commented 1 year ago
  1. Attach the file to an issue - do not paste its contents
  2. The file to attach is "eggbot.h" (renamed to eggbot.txt), not the Machine.h file that references eggbot.h by name. The github action bot cannot magically reach onto your machine to get eggbot.h . You must attach it directly