Corpus 6.3 pro
Hi
I’m trying to make a makro that includes 4 makro, please tell me where I’m going wrong?
Thanks!
[VARIJABLE]
[MAKRO1]
J=0
RT=0
NAME=Makro/test1
MB=1
MA=1
INDEX=1
[MAKRO2]
J=0
RT=0
NAME=Makro/test2
MB=1
MA=1
INDEX=1
Red Cat Answered question
I’m not sure I understand why you need to do a macro within a macro. In one macro you can drill hundreds of different holes on different sides of the board.
The problem with a macro within a macro is that it’s impossible to debug external macros.
This makes it hard to know if external macros are even working.
Typically, a macro within a macro is used when you need to repeat a macro multiple times, and you don’t know in advance how many repetitions there will be. I don’t think that’s the case with you.
saracie88 Posted new comment
my.post procesor KDT doesn’t work well when I have holes on both faces elements because doesn’t reconize both milling tool name..bottom tool I use with name 2 and top tool have name 1 ..so I have improvise..create 4 makro for each faces 2345 and tell each face what tool name to use..for example for bottom I have creat macro pila with connect 3 and tool name 2 and for top I have create another macro with connect 2 and toll name 1..because ..I want reduce time to load a single macro instead 4 macros for each face ..i hope you understand me..thanks