bdring / Grbl_Esp32

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

Translate Machine.h for SS4axis #1077

Open SS-mill opened 2 years ago

SS-mill commented 2 years ago

This issue will automatically convert a Grbl_Esp32 "machine.h" file to FluidNC YAML format.

Change YOUR NAME in the title to some string that identifies your machine configuration. ssspi_daisy_4axis_xyza.txt

Attach your Machine.h file here - but first change the .h extension to .txt because GitHub will not allow you to attach a file with a .h extension. Submit the issue, and after a few minutes, a new comment will appear with the FluidNC YAML file.

MitchBradley commented 2 years ago

For the third time - it will not work if you use this form:

define TRINAMIC_RUN_MODE TRINAMIC_MODE_STEALTHCHOP

You must use this form

define TRINAMIC_RUN_MODE TrinamicMode::StealthChop