@mossmann Try the 9.0.1 release candidate; should be fixed
Hardware @ formlabs; software @kicad
@mossmann Try the 9.0.1 release candidate; should be fixed
If you're running nightly builds and want to port your existing Python plugins or write new ones, please do try it out and report any issues you find or features you'd like to see in the future.
If you want to check it out, there is an overview at https://dev-docs.kicad.org/en/apis-and-binding/ipc-api/index.html and you can find the Python bindings at https://gitlab.com/kicad/code/kicad-python (and published on PyPI)
Documentation and tutorials are still scarce, so this is for the more adventurous at the moment.
I've been building a new API for #KiCad for the past year, and we're getting ready to release the first version of it with KiCad 9 at the end of the month. While it doesn't come with many shiny new features vs. the old SWIG API (yet), it does represent a huge step forward: a stable API that we can maintain over time rather than something fragile that could break plugins with every KiCad release.
Are there any Rust people who are also KiCad people and might be interested in contributing to the Rust bindings for the new API? I'd like them to be in a better place than they are today but I just don't have enough time to do it alone.
Booked my travel for #fosdem, looking forward to seeing folks there
Manager: What should we call this circuit?
Engineer 1: "Clock Noise Rejection"
Engineer 2: "SCL Transient Suppressor"
Engineer 3: *giggling uncontrollably* "PULSE GOBBLER"
happy halloween 🧙♀️
@mjk TEETH TEETH TEETH TEETH
critical reception to my pumpkin has been mixed, with reviews including "ahhhhhh" and "why does it have so many teeth"
A little funky lofi that I put together yesterday. Listen, if you're so inclined. #soundcloud #musodon #originalmusic #ambientmusic https://soundcloud.com/briandgregory/boards-of-last-saturday?si=f10ccd18179743d08669d67dd26f0a7d&utm_source=clipboard&utm_medium=text&utm_campaign=social_sharing
...I can't even
a rhythmic drum begins to pound from deep in the planet's core
a cacophony of haunted brass pierces the air, driving the living to madness
the dreadful din comes to a crescendo and, for a brief moment, abates
an enquiring voice demands:
DO YOU REMEMBER
Six years ago I had the idea to make an open source oscilloscope, a scope I wish I had when I started playing around with electronics. Three years ago it was a working proof of concept that I documented online, hoping I'd find people who were interested in making it happen. I did, and I can't express how grateful I am for it! Through our shared efforts, I'm so proud to announce that ThunderScope is finally ready for your lab bench: https://www.crowdsupply.com/eevengers/thunderscope
@azonenberg yes it would be useless at first, but it allows for multiple different workflows / headspaces. On a schematic I place down a symbol before I wire it up, yes it's "useless" until I make the connections, but it logically made sense to me to try to lay out some blocks and then wire them up
@azonenberg Yes I did hover over an output port, but I didn't try dragging from an output port into empty space. Now that I try that, I see the tooltip you refer to.
Any particular reason it would be infeasible to allow creation of arbitrary filter blocks from the right-click menu? Understand that the shortcut method means that you can't accidentally create a filter that accepts the wrong input.