Can someone write me a simple ulp code, that draw a pad on the board at coordinates: (1.000, 1.000) ?
I'm writing my own ulp, and I can't draw any pad on the board, but I don't know why.
Many thanks!
Can someone write me a simple ulp code, that draw a pad on the board at coordinates: (1.000, 1.000) ?
I'm writing my own ulp, and I can't draw any pad on the board, but I don't know why.
Many thanks!
Hi,
I would not use an ULP for this, but a script (which can be generated by an ULP of course).
Example:
change shape square;
change drill 0.8mm;
PAD (0 0);
By the way: The PAD command can be executed in the package editor only.
Hope this helps.
Regards,
Richard