Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

G-code list of params

#1
Could you tell me the list of gcode instructions that are admitted as input for robodk?
Thanks
#2
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)
Or insert raw lines of code:
Code:
CODE SetDO 5, 1;
More information and examples here:
https://robodk.com/forum/Thread-Program-...59#pid3959
  




Users browsing this thread:
1 Guest(s)