Giter VIP home page Giter VIP logo

Comments (2)

lianlian33 avatar lianlian33 commented on July 30, 2024

1.元件Comment包含 “DNP”,“”,“~”,以及元件只有一个焊盘(会被当作测试点)会被过滤掉。你可以打开项目core/ibom.js,里面开头的skipComponent函数里,
如下,删除 in 后边的字典里相应的值,就可以保留你想要的了(记得改后重新运行一下Initialize.bat)

if (config.skipempty && m["component"].val in {"DNP": 1, "": 2, "~": 3}) {
    return true;
}
  1. 该项目是从KiCad那移植过来,其带的字体文件并不支持中文(会被替换为?),而且AD并不像lceda能导出字符的svgpath,所以这个法子也不行。该项目的核心功能是交互式的手焊BOM,支持中文显示的话会押后,待是否能找到一个折中的办法吧,

from interactivehtmlbomforad.

fuhaokj avatar fuhaokj commented on July 30, 2024

1.元件Comment包含 “DNP”,“”,“~”,以及元件只有一个焊盘(会被当作测试点)会被过滤掉。你可以打开项目core/ibom.js,里面开头的skipComponent函数里, 如下,删除 in 后边的字典里相应的值,就可以保留你想要的了(记得改后重新运行一下Initialize.bat)

if (config.skipempty && m["component"].val in {"DNP": 1, "": 2, "~": 3}) {
    return true;
}
  1. 该项目是从KiCad那移植过来,其带的字体文件并不支持中文(会被替换为?),而且AD并不像lceda能导出字符的svgpath,所以这个法子也不行。该项目的核心功能是交互式的手焊BOM,支持中文显示的话会押后,待是否能找到一个折中的办法吧,

加油压👍

from interactivehtmlbomforad.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.