Цитата(Владимир @ Apr 2 2016, 16:07)

Укажите самый большой, методом подбора (что то около 96000)
На по правильному--- найти на PCB объект, лежащий далеко за пределапми печатной платы
Командой PCB List сняв ограничения размеров поля просмотрел все объекты РСВ. Муторно, но действительно нашел один Designator с отрицательными координатами. Поставил его на место. Запустил генератор, тоже сообщение, Гербер пустой.
///Пользовался вот таким методом.
Try this:
Open the PCBList panel.
In the upper left corner click on View and change to Edit, the rest of the blue text should read 'non-masked objects' Include 'all types of objects'.
Reset the origin (Edit-Origin>Reset)
The workspace extents are (X)100000 x (Y)64000.
In the List panel click the column header 'X1' to sort on that column.
Look for objects with negative values or values larger than X100000
Repeat for the column 'Y1', look for negative or values larger than 64000
If you find objects with negative or values greater than the extents you can enter new values in the List panel to bring the objects into the workspace or dbl-click to open the properties dialog of the object./////