Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translate Machine.h for TTC 3018S #1594

Closed
spideyar opened this issue Feb 11, 2024 · 4 comments
Closed

Translate Machine.h for TTC 3018S #1594

spideyar opened this issue Feb 11, 2024 · 4 comments

Comments

@spideyar
Copy link

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.
TTC 3018S grbl 1.1h output.txt

Copy link

Dear spideyar,
The attempt to convert your machine header-file TTC.3018S.grbl.1.1h.output.txt 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
Copy link
Collaborator

The translator does not convert Grbl $ settings. It converts machine.h C language include files that determine the pinout for controller boards.

@MitchBradley
Copy link
Collaborator

I think that the TTC 3018S comes with a MKS DLS32 controller board. There are some example configuration files for that board in https://github.com/bdring/fluidnc-config-files/tree/main/official

@spideyar
Copy link
Author

Thanks for the feedback, @MitchBradley . I am new at this and didn't have the machine.h file from my unit so thought I'd see if the required input was the grbl settings.

That said, you're right, the unit does have the MKS DLS32 board (version 2.1 I think), and I initially tried using the example MKS_DLC32_21_XYZ.yaml; however, the example file for that controller board was way off for a 3018 router - which is why I tried this converter to see what happened.

In the end I got it to work after some manual trial and error. Turns out the example file had the Y and Z inputs going the wrong way, the axes movement parameters were no where near right, and it assumes a laser is present rather than a spindle. The machine is just a cheap little unit I bought to learn some concepts and boy did it give me a test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants