8000 How tu run macros from gcode · Issue #907 · cncjs/cncjs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

How tu run macros from gcode #907

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

Open
507marcant opened this issue Feb 20, 2025 · 1 comment
Open

How tu run macros from gcode #907

507marcant opened this issue Feb 20, 2025 · 1 comment

Comments

@507marcant
Copy link

There is any way to run saved macros from gcode, similar to M6 gcode comand to pause the machine
this option will be usefull for automatition like full tool cahnge, etc

@naveedyassin
Copy link

M98 P1234 ; Call subprogram number 1234

...

O1234 ; Subprogram definition
G0 X0 Y0
G1 Z-5 F100
M99 ; End subprogram

•O1234 marks the beginning
•M99 returns to the main program

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
0