搜索
bottom↓
回复: 34

eagle 9.2.0 又改进不少,值得升级

[复制链接]

出0入0汤圆

发表于 2018-9-30 15:54:17 | 显示全部楼层 |阅读模式
https://eagle-updates.circuits.io/downloads/latest.html
  1. Release notes for EAGLE 9.2.0
  2. =============================

  3. * EXPORTSTEP Command:
  4.   - This new command exports the board into a STEP model using the cloud service for FusionSync.

  5. * FANOUT Command:
  6.   - The new FANOUT command performs fanout operations on selected devices (SMDs and BGAs) or
  7.     signals, while providing control over the direction of the fanout and the via size. This
  8.     command has an icon in the command toolbar and is also available from the command line.

  9. * NET Command:
  10.   - Removed automatic label mode from NET command. Proper auto-label function comes with the
  11.     NAME command for nets.

  12. * PINARRY, PADARRAY, SMDARRAY Commands:
  13.   - New PINARRAY, PADARRAY, and SMDARRAY commands, available via CLI (command line) and from the PIN
  14.     and PAD/SMD parameter toolbars, allow creation of an array of PINS, PADS, or SMDS in a regular pattern.
  15.     These commands offer configurable naming options, and automatic NAME and VALUE text object
  16.     and outline placement.

  17. * PAINTROLLER Command:
  18.   - Transfers selected properties of a selected object to other similar objects.


  19. * PATTERN Command:
  20.   - The PATTERN command creates multiple copies of an object and arranges them in a linear or circular pattern.

  21. * SMASH Command / Reposition Attributes:
  22.   - The Smashed property has been removed from devices and elements, so instead all placed devices or
  23.     elements are automatically smashed. Loading legacy designs will automatically smash any unsmashed
  24.     devices or elements.

  25. * SPICE Simulation:
  26.   - New digital and mixed-mode simulation feature.
  27.     * Digital models enabled for simulation.
  28.     * New library ngspice-digital contains simulation-ready digital parts and parts for use in
  29.       mixed-mode simulations.
  30.     * New examples provided using the new parts under /examples/ngspice/.
  31.     * Re-organized examples into Analog, Digital, and MixedMode folders.
  32.     * Check added to make sure analog and digital parts are not mixed on the same net.
  33.     * Added new digital plotting mode for use with digital simulations.
  34.     * Changed previously named SOURCESETUP command to have a description of "Analog Source Setup",
  35.       and added new command DSOURCESETUP with description "Digital Source Setup". This command has a
  36.       UI that allows the user to specify digital data for multiple source pins, either manually by
  37.       entering in a table, or by importing a properly formatted csv file.
  38.   - Measurement functionality added to plotter: click once at two locations and a table will popup
  39.     to show the difference in x and y axis values for all plotted signals.
  40.   - Added check for frequency of 0 when DEC type AC simulation is run.
  41.   - Fixed bug to make sure simulation configurations parameters are saved for all fields, not
  42.     only those corresponding to the chosen simulation type.

  43. * Library Editor:
  44.   - When a new 3D package is copied into a library, it is now added to any device variants that reference
  45.     the 3D package's footprint (if the device has no 3D package and no other 3D package in the library
  46.     references the footprint).

  47. * CAM Processor:
  48.   - Improvements and issues resolved when using the CAM Processor within EAGLE:
  49.     * The CAM Processor dialog can now be resized.
  50.     * A CAM Job File that specifies an output file containing a non-existent directory prefix now successfully
  51.       creates the directory path.
  52.     * The default Gerber format for Template CAM Job Files and newly created CAM Job File Gerber Items is RS274-X.
  53.     * Seeed Studio CAM Job Files have been added to the CAM Processor Third Party category.
  54.     * Beta Layout CAM Job Files have been added to the CAM Processor Third Party category.
  55.     * The Negative Polarity checkbox has been added to CAM Processor's Gerber Item page. It affects the
  56.       Preview display and Gerber output.
  57.     * Some file function settings (e.g. Solder Mask) produce negative image polarity by default.
  58.     * Display of Legacy Gerber CAM Item layers in CAM Processor has been improved, especially when operating
  59.       from EAGLE Control Panel with no active PCB design.
  60.     * Drill, Gerber, and Drawing Output Sections all have output file prefixes, with corresponding
  61.       symbols for use in their Output Item's file name.
  62.     * Size capacity of Output Section prefix fields and Output Item file name fields have been increased.
  63.   - Several issues have been resolved when executing EAGLE CAM Processor from a command window:
  64.     * The -dCAMJOB option to completely process a JSON CAM Job File is now fully documented in the user manual.
  65.     * The -N option now completely suppresses all output messages.
  66.     * DXF output generation using -dCAMJOB no longer produces an "unexpected condition" failure.

  67. * Design Rule Check:
  68.   - Updated DRC engine, so that it does not flag wire stubs, if they are absorbed by copper pours (polygons).
  69.   - Improved user interface for DRC > Layers tab.

  70. * Miscellaneous:
  71.   - Added missing semicolon to eagle.dtd.
  72.   - Added CUT command on keyboard shortcut Ctrl/Cmd+X. This operation copies the selected objects to the
  73.     clipboard, and deletes them from the design.
  74.   - Improved connectivity of wire segments in the schematic after some MOVE operations.
  75.   - Improvement to coupling of buses and nets - changes in one will be reflected in other, where applicable.
  76.   - Updated help for POLYGONIZE and MOVE updates.
  77.   - Pins with Direction NC (Not Connected) are now marked with a distinct cross symbol.
  78.   - Added support for XREF labels with PINBREAKOUT and NETBREAKOUT commands.
  79.   - Placing a part with two unconnected pins on an existing net in the schematic will split the net in two
  80.     parts instead of shorting it.
  81.   - The wire bend icons and via shape icons have been consolidated into drop-down list boxes in the parameters
  82.     toolbar to save space so that on smaller displays the parameter toolbar would fit within the window.
  83.   - Stopped bundling 84 obsolete libraries with EAGLE. They are still available for download using the
  84.     Library Manager. See the ChangeLog in the cache/lbr folder for a list of the libraries.

  85. * Bugfixes:
  86.   - Fixed a bug that caused the REPLACE command to fail to update the library reference when replacing the
  87.     second and subsequent parts/elements in a design with a device variant in a device of the same name and
  88.     a library of the same name, but different URN (or a URN instead of no URN, or vice-versa).
  89.   - Fixed a crash issue when opening a new simulation-ready design file after simulating another.
  90.   - Fixed issues when BUS is started with a selection of nets made beforehand:
  91.     * do not start from selection, if Group Default is not on,
  92.     * do not start from selection of nets, if first click is on an existing bus,
  93.     * should not have to click twice when drawing bus from selection of nets.
  94.   - A number of issues related to the MOVE command have been solved:
  95.     * Fixed issue where traces get removed unintentionally during GROUP MOVE.
  96.     * Fixed crash that occurs sometimes when moving a via.
  97.     * Fixed issue where moving a component using the DISCONNECT mode leaves the reference designator
  98.       (>NAME text object) behind.
  99.     * Fixed Ctrl+MOVE for rectangle and circle (adjust size) and Shift+MOVE for polygon (move entire polygon).
  100.   - Fixed issue where live DRC does not update when global attributes are changed.
  101.   - Fixed issue where DRC reports an error on placeholder instead of attribute value.
  102.   - Fixed crash when opening board.
  103.   - Fixed issue where polygon did not get reverted to outline when moving.
  104.   - Fixed issue where moving a polygon edge could corrupt the polygon resulting in incorrect pour.
  105.   - Fixed the OPTIMIZE function to work properly during LINE related command placement and during
  106.     MOVE operations.
  107.   - The import-gerber.ulp utility has been improved to operate correctly when the ULP's path contains spaces,
  108.     and to update its dialog fields properly following Gerber file selection.
复制代码

阿莫论坛20周年了!感谢大家的支持与爱护!!

月入3000的是反美的。收入3万是亲美的。收入30万是移民美国的。收入300万是取得绿卡后回国,教唆那些3000来反美的!

出0入0汤圆

发表于 2018-9-30 17:00:22 来自手机 | 显示全部楼层
新版本都找不到和谐的。

出0入0汤圆

发表于 2018-9-30 21:19:00 | 显示全部楼层
AD的格式能转到eagle吗?
AD版权问题烦人

出0入0汤圆

发表于 2018-9-30 23:03:06 | 显示全部楼层
bigk2000 发表于 2018-9-30 21:19
AD的格式能转到eagle吗?
AD版权问题烦人

可以的,很方便

出0入0汤圆

发表于 2018-9-30 23:03:28 | 显示全部楼层
ZXL1969 发表于 2018-9-30 17:00
新版本都找不到和谐的。

不是不要钱吗,免费版限制内用起来还可以啊

出0入0汤圆

发表于 2018-10-1 06:09:01 来自手机 | 显示全部楼层
升级倒是挺快了,功能也越来越强

出0入4汤圆

发表于 2018-10-1 08:26:59 | 显示全部楼层
教程太少

出0入0汤圆

发表于 2018-10-1 11:13:05 | 显示全部楼层

请指教具体方法,谢谢

出0入0汤圆

发表于 2018-10-1 11:27:59 | 显示全部楼层
坐等和谐

出95入8汤圆

发表于 2018-10-1 14:19:01 来自手机 | 显示全部楼层
在整 eagle pcb  v7.7。         加上sparkfun 的库 很利索

出0入0汤圆

发表于 2018-10-1 16:28:34 | 显示全部楼层
bigk2000 发表于 2018-10-1 11:13
请指教具体方法,谢谢

eagle有导入功能。
具体参见这里:https://www.altium.com/documentation/18.0/display/ADES/((EAGLE+Import))_AD

出0入0汤圆

发表于 2018-10-1 16:30:53 | 显示全部楼层
qiqirachel 发表于 2018-10-1 16:28
eagle有导入功能。
具体参见这里:https://www.altium.com/documentation/18.0/display/ADES/((EAGLE+Imp ...

我是说把AD格式转为eagle

出0入0汤圆

发表于 2018-10-1 16:37:52 | 显示全部楼层
bigk2000 发表于 2018-10-1 16:30
我是说把AD格式转为eagle


我用的方法是这个:https://blog.csdn.net/g1fdgfgdf2_/article/details/80161428

另外我的eagle里面已经有这个插件了,可以直接转,导入很方便

注意:我让你看的是这个帖子里面的下面那个,“import”

出0入0汤圆

发表于 2018-10-1 18:54:07 | 显示全部楼层
qiqirachel 发表于 2018-10-1 16:37
我用的方法是这个:https://blog.csdn.net/g1fdgfgdf2_/article/details/80161428

另外我的eagle里面已 ...

恩,导入pcb可以了
貌似原理图不行啊,报错

出0入0汤圆

发表于 2018-10-1 19:07:53 | 显示全部楼层
bigk2000 发表于 2018-10-1 18:54
恩,导入pcb可以了
貌似原理图不行啊,报错

应该是会报错的,毕竟原理图库可能自己画的。。。

没用过这玩意画原理图

出0入0汤圆

发表于 2018-10-1 19:54:28 | 显示全部楼层
qiqirachel 发表于 2018-10-1 19:07
应该是会报错的,毕竟原理图库可能自己画的。。。

没用过这玩意画原理图 ...

OK,谢谢

出0入0汤圆

发表于 2018-10-1 23:43:21 | 显示全部楼层
顶楼主!

出0入0汤圆

发表于 2018-10-2 13:03:45 | 显示全部楼层
免费版能用4层就好了,或者给少点钱也行呢,一年一年收太贵了,一年都画不了一张板

出0入0汤圆

发表于 2018-10-3 11:39:07 | 显示全部楼层
这个有没有crack版的。

出0入0汤圆

 楼主| 发表于 2018-10-3 22:30:00 | 显示全部楼层
juncheng88 发表于 2018-10-3 11:39
这个有没有crack版的。

网上已经有了,但没测试

出0入0汤圆

发表于 2018-10-5 14:52:25 | 显示全部楼层
LZ, 这个软件在国内要订阅的话有啥正规途径吗?

出0入0汤圆

 楼主| 发表于 2018-10-5 14:59:14 | 显示全部楼层
wudicgi 发表于 2018-10-5 14:52
LZ, 这个软件在国内要订阅的话有啥正规途径吗?

以前深圳有一家的,不过已经没代理好多年了,优惠点选择教育版的便宜点

出0入0汤圆

发表于 2018-10-5 15:04:19 | 显示全部楼层
askme 发表于 2018-10-5 14:59
以前深圳有一家的,不过已经没代理好多年了,优惠点选择教育版的便宜点 ...

以前?不会是还没被收购的时候吧

价格倒不是啥问题,因为 Premium 版太贵,买也只能买 Standard 版
现在官网上你在订阅界面点添加到购物车,会提示

Ineligible Order

We cannot complete your purchase at this time due to your location. Purchasing online is not enabled for some countries and United States export regulations prohibit the export of products or technology to some countries. If your country is not under embargo restrictions, you may be able to purchase from a local Authorized Autodesk Reseller.
Thank you for your interest in Autodesk software.


不过国内代理好像根本也不管他们这么便宜的产品吧,都是 AutoCAD 级别的

出0入0汤圆

 楼主| 发表于 2018-10-5 15:10:18 | 显示全部楼层
wudicgi 发表于 2018-10-5 15:04
以前?不会是还没被收购的时候吧

价格倒不是啥问题,因为 Premium 版太贵,买也只能买 Standard 版

外挂个美国地址的VPN可以试试

出0入0汤圆

发表于 2018-10-5 15:12:12 | 显示全部楼层
askme 发表于 2018-10-5 15:10
外挂个美国地址的VPN可以试试

挂代理是可以下一步,关键是这么买来的软件还合法么

PS, 网上的石皮角刀牛版本试了一下,板子面积的限制都没去掉,实际还是 80cm^2 以外的区域放不了元件

出0入0汤圆

发表于 2018-10-6 23:35:50 | 显示全部楼层
直接付款购买就好了呀,年费也不贵,画个小板就挣回来了,学生党就用kicad好了,熟悉两天就会了

出0入0汤圆

发表于 2018-10-6 23:36:29 | 显示全部楼层
直接付款购买就好了呀,年费也不贵,画个小板就挣回来了,学生党就用kicad好了,熟悉两天就会了

出0入0汤圆

发表于 2018-10-8 21:34:26 来自手机 | 显示全部楼层
是的有限制

出0入0汤圆

发表于 2018-10-8 21:36:04 来自手机 | 显示全部楼层
和谐后有功能限制

出0入0汤圆

 楼主| 发表于 2018-10-16 20:47:02 | 显示全部楼层
9.2.1离线版要用防火墙阻止了,不然会出现登录窗口,9.2.0不用

出0入0汤圆

发表于 2018-10-17 19:48:00 | 显示全部楼层
9.2.1防火墙阻止了,可以运行但有限制

出0入0汤圆

发表于 2018-10-17 21:24:20 | 显示全部楼层
fuze2009 发表于 2018-10-17 19:48
9.2.1防火墙阻止了,可以运行但有限制

哪里找的?

出0入0汤圆

发表于 2021-2-26 11:32:56 | 显示全部楼层
mark一下,现在版本是 9.6.2

出0入0汤圆

发表于 2021-2-26 11:35:36 | 显示全部楼层
马克一下

出0入0汤圆

发表于 2021-5-8 10:26:18 | 显示全部楼层
如果要搞和谐不如去申请学生帐号, 可以免费用的, 以前是三年现在好像每年申请.
我试过了, 也不会要求审核马上就可以用了, 给的虽是学生帐号但是提供premium功能
回帖提示: 反政府言论将被立即封锁ID 在按“提交”前,请自问一下:我这样表达会给举报吗,会给自己惹麻烦吗? 另外:尽量不要使用Mark、顶等没有意义的回复。不得大量使用大字体和彩色字。【本论坛不允许直接上传手机拍摄图片,浪费大家下载带宽和论坛服务器空间,请压缩后(图片小于1兆)才上传。压缩方法可以在微信里面发给自己(不要勾选“原图),然后下载,就能得到压缩后的图片】。另外,手机版只能上传图片,要上传附件需要切换到电脑版(不需要使用电脑,手机上切换到电脑版就行,页面底部)。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|Archiver|amobbs.com 阿莫电子技术论坛 ( 粤ICP备2022115958号, 版权所有:东莞阿莫电子贸易商行 创办于2004年 (公安交互式论坛备案:44190002001997 ) )

GMT+8, 2024-4-27 09:27

© Since 2004 www.amobbs.com, 原www.ourdev.cn, 原www.ouravr.com

快速回复 返回顶部 返回列表