Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some objects extend outside the allowed board area. #7

Open
plexigras opened this issue Aug 15, 2017 · 1 comment
Open

Some objects extend outside the allowed board area. #7

plexigras opened this issue Aug 15, 2017 · 1 comment

Comments

@plexigras
Copy link

plexigras commented Aug 15, 2017

fcfcd3a4ba1506972d7841cd1ec95091.board.scr, Line 6:

The free edition of EAGLE can't perform the requested action!

Some objects extend outside the allowed board area.
GRID ON;
GRID MM 1 10;
GRID ALT MM .1;


ROTATE R180 ⇤;
MOVE ⇤ (0.72 103.28);
ROTATE R270 D⇤;
MOVE D⇤ (-8.23 103.28);
ROTATE R180 X;
MOVE X (19.77 103.28);
ROTATE R270 DX;
MOVE DX (10.82 103.28);
ROTATE R180 V;
MOVE V (38.82 103.28);
...

MOVE ⇤ (0.72 103.28); is the trouble maker.

@plexigras
Copy link
Author

i moved all components into the positive area which didn't help

i also added an offset which also didn't help

GRID ON;
GRID MM 1 10;
GRID ALT MM .1;


ROTATE R180 ⇤;
MOVE ⇤ (10.72 123.28);
ROTATE R270 D⇤;
MOVE D⇤ (1.77 113.28);
ROTATE R180 X;
MOVE X (29.77 113.28);
ROTATE R270 DX;
MOVE DX (20.82 113.28);
ROTATE R180 V;
MOVE V (48.82 113.28);
ROTATE R270 DV;
MOVE DV (39.87 113.28);
ROTATE R180 L;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant