When I use the miter command it always defaults to the rounded corners, and I have to switch to angled. I can't find any documentation on how to change that.
Can anyone help?
When I use the miter command it always defaults to the rounded corners, and I have to switch to angled. I can't find any documentation on how to change that.
Can anyone help?
Check out the miter help under editor commands in the help system. You should be able to put the command in your eagle.scr file (open "Scripts" in the Control Panel) and it will always go into effect when you open up EAGLE...
Regards,
Doug
I have looked at HELP MITER, but it doesn't seem to cover that.
It's pretty vague!
From the help:
Straight versus round mitering
If radius is positive, the inserted wire will be an arc with the given radius; if it is negative, a straight wire will be inserted (imagine the '-' sign as indicating "straight"). You can toggle between round and straight mitering by pressing the right mouse button.
So, for example, if I type:
miter 25
I end up with a round corner, and if I type:
miter -25
I end up with a straight one...
Try putting the "miter -25" (or whatever your preferred radius is) in your eagle.scr and see how that works for you...
Regards,
Doug
Perfect. I didn't see what the numbers related to, but now I see it's mils.
Very much appreciated.
d r wrote:
>Perfect. I didn't see what the numbers related to, but now I see it's mils.
depends on the grid setting
--
Lorenz
d r wrote:
>Perfect. I didn't see what the numbers related to, but now I see it's mils.
depends on the grid setting
--
Lorenz
Do you just mean mils if set to imperial and mm if set to mm, or the actual grid view detail?
(Not a a machine to test)
It will switch back and forth depending upon what you have your grid set to.
Regards,
Doug
Thanks. It makes sense now.