I was trying to exclude the sub programs called in the main program when generating the robot program, and I tried adding the following code:
However nothing happened. RoboDK kept including the sub programs called in the main program.
Has anyone encountered such problem before? Is there any possible solution to this matter? I'm using python 3.7. Thanks ahead!
Code:
INCLUDE_SUB_PROGRAMS = False
However nothing happened. RoboDK kept including the sub programs called in the main program.
Has anyone encountered such problem before? Is there any possible solution to this matter? I'm using python 3.7. Thanks ahead!