KiBot v1.2.0 is now available #212
set-soft
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Version 1.2.0 is now available.
The main addition is the
navigate_results
output, it can be used to generate web pages to browse the generated files. A nice example can be found here. Note that this example was generated without even providing a configuration file. The workflow used can be found here.In order to use it you must be sure that ImageMagick, Ghostscript and RSVG tools are installed and are usable (see a note about ImageMagick default policy in the README.md).
Other important additions include the support to define KiCad environment variables from the KiBot configuration file and outputs priorities.
Changed
all exported to the environment ([BUG]Some K6 variables are not passed for STEP file generation #205)
qr_lib
outputs are created before othersnavigate_results
andcompress
outputs are created after othersAdded
Which ones are more relevant is somehow arbitrary, comments are welcome.
Use
-n
to disable it.navigate_results
creates web pages to browse the generated outputs.Example
environment
section allows defining KiCad environment variables.(See kicad2step_do Error: Still running KiAuto#21)
here
Fixed
_mechanical
built in filter. #201)Beta Was this translation helpful? Give feedback.
All reactions