You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Machine.txt
This issue will automatically convert a Grbl_Esp32 machine definition file to FluidNC YAML format.
Change YOUR NAME in the title to some string that identifies your machine configuration.
IMPORTANT: Change only the YOUR NAME part of the title, not the entire title. If you change the entire title, GitHub will not run the converter program.
Attach your machine definition 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.
IMPORTANT: Attach the file - do not paste the file text into the issue. If you paste, the converter will not work.
The text was updated successfully, but these errors were encountered:
The Machine.txt file that you attached is the wrong one. You need to attach a file from the folder Grbl_Esp32/src/Machines/ . Instead you attached the top-level file Grbl_Esp32/src/Machine.h. That top-level file is just an "envelope" that redirects to a file in src/Machines/ based on the setting of the environment variable MACHINE_FILENAME . The converter cannot perform that redirection because it does not have access to the MACHINE_FILENAME environment variable. The file that you attach must contain lines similar to
Machine.txt
This issue will automatically convert a Grbl_Esp32 machine definition file to FluidNC YAML format.
Change YOUR NAME in the title to some string that identifies your machine configuration.
IMPORTANT: Change only the YOUR NAME part of the title, not the entire title. If you change the entire title, GitHub will not run the converter program.
Attach your machine definition 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.
IMPORTANT: Attach the file - do not paste the file text into the issue. If you paste, the converter will not work.
The text was updated successfully, but these errors were encountered: