如何解决allegro16.3的stroke不能用的问题

Allegro

7人已加入

描述

 

  用习惯了allegro里面的stroke,安装了allegro16.3发现stroke不能用了,折腾了好久,用如下方法急救了此功能,终于松了口气。

  用文字编辑器打开x:\Cadence\SPB_16.2\share\local\pcb\skill\example.ilinit,建议不要用记事本打开,因为记事本打开会有很多的小方块,具体内容如下:

  ;

  ; This example file shows how to load Skill files (those with the

  ; extension ".il" in the current directory.

  ; To use copy to allegro.ilinit if to be used by all Allegro based programs

  ; or .ilinit if intended for only one program

  ;

  ; Setting Allegro environment variable, LoadSkillFilesDebug will turn

  ; on printing the name of each file as it is loaded.

  unless(boundp('LoadSkillFilesDebug)

  LoadSkillFilesDebug = axlGetVariable("LoadSkillFilesDebug"))

  when(LoadSkillFilesDebug printf("\n"))

  (foreach file (rexMatchList "\\.il$" (getDirFiles "."))

  when(LoadSkillFilesDebug printf("Loading Skill file: %s\n" file))

  (load strcat("./" file))

  )

  ; Load any ini files (containing axlCmdRegister)

  (foreach file (rexMatchList "\\.ini$" (getDirFiles "."))

  when(LoadSkillFilesDebug printf("Loading Skill file: %s\n" file))

  (load strcat("./" file))

  )

  when(LoadSkillFilesDebug printf("\n"))

  在文件的末尾加上,

  procedure(stroke_fix_163(t_open)

  axlShell("strokefile allegro")

  axlMsgPut("Strokes now enabled in Allegro 16.3 base release") )

  axlTriggerSet('open 'stroke_fix_163)

  然后另存为Allegro.ilinit,存盘路径是pcbenv文件夹下。

打开APP阅读更多精彩内容
声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉
评论(0)
发评论
yuhuikeji 2014-02-18
0 回复 举报
还是不行 收起回复

全部0条评论

快来发表一下你的评论吧 !

×
20
完善资料,
赚取积分