RoboDK Forum
program generation for 3D printing——革命制度党ntable Version

+- RoboDK Forum (//m.sinclairbody.com/forum)
+-- Forum: RoboDK (EN) (//m.sinclairbody.com/forum/Forum-RoboDK-EN)
+ - - -论坛:通用RoboDK问题(//m.sinclairbody.com/forum/Forum-General-questions-about-RoboDK)
+--- Thread: program generation for 3D printing (/Thread-program-generation-for-3D-printing)



program generation for 3D printing-Mira-11-13-2020

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


RE: program generation for 3D printing-Jeremy-11-14-2020

Hi Mira,

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

Jeremy