G-code list of params——革命制度党ntable Version +- RoboDK Forum (//www.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN) + - - -论坛:通用RoboDK问题(//www.sinclairbody.com/forum/Forum-General-questions-about-RoboDK) +--- Thread: G-code list of params (/Thread-G-code-list-of-params) |
G-code list of params-amartinmestres-06-09-2022 Could you tell me the list of gcode instructions that are admitted as input for robodk? Thanks RE: G-code list of params-Albert-06-13-2022 Most APT special instructions are also supported with a G-code file. For example, you can trigger a custom program call with:
Code:
CALL RunProgram(3)
Code:
CODE SetDO 5, 1;
//www.sinclairbody.com/forum/Thread-Program-Events-From-Apt-File?pid=3959#pid3959 |