clueboard / kalerator

Software for converting keyboard-layout-editor.com designs into EAGLE PCB's
Other
33 stars 7 forks source link

Some objects extend outside the allowed board area. #7

Open plexigras opened 7 years ago

plexigras commented 7 years ago
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 commented 7 years ago

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;