GithubHelp home page GithubHelp logo

inti-cmnb / kibot_variants_arduprog Goto Github PK

View Code? Open in Web Editor NEW
5.0 5.0 7.0 14.59 MB

A test/example of how to use KiBot assembly variants

License: MIT License

Makefile 0.37% HTML 99.24% SCSS 0.17% Shell 0.22%
assembly-variant kibot kibot-variants kicad variant

kibot_variants_arduprog's People

Contributors

mdeweerd avatar set-soft avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

kibot_variants_arduprog's Issues

kibot --list not happy with Layer GND.Cu

FYI: the kibot command is not happy with the layer "GND.Cu".

$ ./kibot --list
Using config file: ardu_prog.kibot.yaml
Available actions:

Pre-flight:
- check_zone_fills: True
- run_erc: True
- run_drc: True
Outputs:
WARNING:(W062) Invalid column name `MFN` (kibot.kibot.out_bom - log.py:82)
WARNING:(W062) Invalid column name `MFP` (kibot.kibot.out_bom - log.py:82)
- 'Spreadsheet for the Bill of Materials' (bom_xlsx) [bom]
- 'HTML for the Bill of Materials' (bom_html) [bom]
- 'Prototype mounting guide' (ibom) [ibom]
- 'Schematic PDF' (print_sch) [pdf_sch_print]
- 'Gerbers' (gerbers) [gerber]
- 'Drill files' (drill) [excellon]
- 'Pick & Place' (position) [position]
- 'PDF for PCB top layer' (print_pdf_l1) [pdf_pcb_print]
ERROR:In section 'print_pdf_l2' (pdf_pcb_print): Unknown layer spec: `GND.Cu` (kibot.kibot.error - error.py:40)

Makefile - typo - erc and drc exchanged

The Makefile says

erc:
        $(KIBOT) $(DEBUG) -d $(OUT_DIR) -s run_drc -i

drc:
        $(KIBOT) $(DEBUG) -d $(OUT_DIR) -s run_erc -i

The latter should call run_drc and the first run_erc.

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.