On 8/21/2012 10:22 AM, Edmund Cape wrote:
>
> The solution for this BUG (software generated) is to (1) display all layers (2) select all objects (using the group function) (3) move all objects (that you can) close to the components that can't be selected/moved. This will reset the dimensions of the board to include the new components which will enable you to proceed.
This is not a bug, this is EAGLE's designed behaviour. All new parts
place on the schematic are introduced in the board to the left of the
positive x axis outside of the normal work area.
Often times for one reason or another users turn off all of the layers
and then turn on only the ones they need. The issue with this is that
the the tOrigins and bOrigins layers get turned off in the process.
These layers are very important since they contain the snap points of
all of your components. When these layers are off you can't move or
modify anything. By turning all the layers on before your procedure you
already fixed the problem.
Once those two layers are on you can very easily use the move command to
bring the parts onto the design.
hth,
Jorge Garcia