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

program generation for 3D printing

#1
Hello,
when I generate robot program for my 3D programming, the ROBODK generate CALL JOB EXTRUDE for each of the movement points. my robot does not know the "call Job extrude" and it is difficult to manually change or remove them one by one. Is there any way to remove this call or not generate them? Then I will call my system or machine manually in the program latter.
Thanks

ALL JOB:M_RunCo
CALL JOB:M_RunCo
CALL JOB:Extrude
MOVL C00002 V=130.0 PL=1
CALL JOB:Extrude
MOVL C00003 V=40.0 PL=1
CALL JOB:Extrude
MOVL C00004 V=130.0 PL=1
CALL JOB:Extrude
MOVL C00005 V=40.0 PL=1
CALL JOB:Extrude
MOVL C00006 V=30.0 PL=1
CALL JOB:Extrude
#2
Hi Mira,

Simply remove it in the "Program Events".
Just delete the content of the text box.

Jeremy
Find useful information about RoboDK and its features by visiting our Online Documentation and by watching tutorials on our Youtube Channel


  




Users browsing this thread:
1 Guest(s)