jsreynaud / kicad-action-scripts

Some KiCad plugins in Python
GNU General Public License v3.0
250 stars 50 forks source link

Getting error "You have to refill all your pcb's areas/zones !!!" even though zones filled #65

Closed matthuszagh closed 1 year ago

matthuszagh commented 1 year ago

I keep seeing this error even though I just refilled all zones and saved. I'm using the last release of this plugin. I can provide more info if needed - let me know.

Kicad version info:

Application: KiCad PCB Editor x86_64 on x86_64
Version: 7.0.2, release build
Libraries:
    wxWidgets 3.2.2
    FreeType 2.13.0
    HarfBuzz 7.1.0
    FontConfig 2.14.0
    libcurl/8.0.1 OpenSSL/3.0.8 zlib/1.2.13 brotli/1.0.9 zstd/1.5.5 libidn2/2.3.4 libssh2/1.10.0 nghttp2/1.51.0
Platform: Linux 5.12.4 x86_64, 64 bit, Little endian, wxGTK, , tty
Build Info:
    Date: Jan 1 1980 00:00:00
    wxWidgets: 3.2.2 (wchar_t,wx containers) GTK+ 3.24
    Boost: 1.79.0
    OCC: 7.6.2
    Curl: 8.0.1
    ngspice: 37
    Compiler: GCC 12.2.0 with C++ ABI 1017
Build settings:
    KICAD_USE_EGL=ON
    KICAD_SPICE=ON
matthuszagh commented 1 year ago

My mistake, I'd interpreted this as an error message but it appears to simply be a reminder to refill zones after placing vias. The plugin also hadn't been generating any vias, but this was because I hadn't selected "Ignore areas on other layers". It seems to be working as expected.