Giter VIP home page Giter VIP logo

interactivehtmlbomforad's Issues

AD24导出BOM底层显示异常

底层打开html文件时不可见,使用鼠标滚轮缩放后仅能显示在左上角一小部分区域。
image
进一步测试发现2层板可以正常生成,4层及以上有上述问题。

脚本运行得到的html中右侧PCB板没有焊盘和丝印,也不显示背面

脚本初始化以后,安装进入AD20,然后运行了10多个PCB板,只有一个PCB正常,其余的PCB生成的网页都有如下现象:
1、网页右侧只显示正面,无背面,背面那一栏为空(已确定正反面同时显示);
2、网页显示的正面PCB板只有铜皮和走线,无过孔,也无焊盘,也无丝印(确认勾选了显示丝印和焊盘);
3、成功的那个例子,网页打开就自动显示左侧BOM,失败的案例打开网页不显示BOM,必须切换一下单列显示就出来了;
本人没学过代码,不会搞,特求助与题主!

find a bug in drawDrawing function

function drawDrawing(ctx, scalefactor, drawing, color) { if (JSON.stringify(drawing) === '{}') { console.log(drawing); return; } if (["segment", "arc", "circle", "curve"].includes(drawing.type)) { drawedge(ctx, scalefactor, drawing, color); } else if (drawing.type == "polygon") { drawPolygonShape(ctx, drawing, color); } else { drawText(ctx, drawing, color); } }

反馈bug

1.元件Comment为空时bom表会缺少这个元件。建议为空自动填充为Comment。
2.中文显示不了会变成问号

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.