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

[FR] Add fanuc m84 threading code #27042

Open
hsyngndz85 opened this issue May 2, 2024 · 5 comments
Open

[FR] Add fanuc m84 threading code #27042

hsyngndz85 opened this issue May 2, 2024 · 5 comments
Labels
T: Feature Request Features requested by users.

Comments

@hsyngndz85
Copy link

hsyngndz85 commented May 2, 2024

Is your feature request related to a problem? Please describe.

M84 threading gcode for compatibility with Fanuc machines

Are you looking for hardware support?

my own card

Describe the feature you want

M84 command is used to cut threads on lathes.

@hsyngndz85 hsyngndz85 added the T: Feature Request Features requested by users. label May 2, 2024
@InsanityAutomation
Copy link
Contributor

@ellensp ellensp changed the title Fanuc m84 diş çemke kodu ekleyin Add fanuc m84 threading code May 3, 2024
@ellensp ellensp changed the title Add fanuc m84 threading code [FR] Add fanuc m84 threading code May 3, 2024
@hsyngndz85
Copy link
Author

hsyngndz85 commented May 3, 2024

not M84
G84 fanuc tapping cycle

@hsyngndz85
Copy link
Author

hsyngndz85 commented May 3, 2024

In fact, the gist of the matter is that the G and M commands have conflicting codes for Linux cnc and Fanuc. There are commands that do the same job, for example the m226 pin control command and the m66 command in Linuxcnc, they both do the same job. For compatibility, Marlin combines these two standards and 3D printing codes that are not included in them are pushed out of them, creating a more advanced Marlin that provides both 3D sector, Linux CNC compatibility and Fanuc compatibility. It can be done. Marlin will surpass Linuxcnc if the Linux codes that have not been found in the research I have done so far are added. Why is there no command to read files from SD or USB in Linux and there is a PC dependency. The current Marlin is quite advanced, the only thing it lacks is the G and M codes in industrial machines, Marlin would be delicious if they were added too. On the other hand, there is a need for an extra 40 inputs and 40 outputs. It would be great if this could be controlled with a simple code such as m66 p0.16, which communicates with a simple PCF chip. Similarly, it would be great if pin status waiting was done from additional chips such as m42 p0.4.

@hsyngndz85
Copy link
Author

hsyngndz85 commented May 3, 2024

This G84 command requires an additional feature, the spindle motor must be controlled in steps like a stepper motor, that is, the spindle motor must be angularly driven like a rotary axis, just like the E0 motor.

@thisiskeithb
Copy link
Member

@hsyngndz85: It would be really helpful if you could translate your Feature Requests & comments to English since that is the primary language used for this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: Feature Request Features requested by users.
Projects
None yet
Development

No branches or pull requests

4 participants
@thisiskeithb @InsanityAutomation @hsyngndz85 and others