{{ $.Scratch.Set "description" "Showcase of various PCB designs Made with KiCad!" }} {{ partial "header.html" . }} {{ $currentNode := . }} {{ .Scratch.Set "sidemenu" false }} {{ .Scratch.Set "sidemenu_section" "discover" }} {{ range .Site.Menus.main }} {{ if eq "discover" (.Name | lower) }} {{ if .HasChildren }} {{ $currentNode.Scratch.Set "sidemenu" true }} {{ end }} {{ end }} {{ end }}
{{ partial "breadcrumb.html" . }}

Made With KiCad

These are some KiCad designed projects that have been made by users. If you want to be featured along the other showcases on this page please submit a pull request on GitHub if you meet the contributing guidelines for requirements on adding a project!

{{ $allSectionContent := where .Site.Pages "Section" "made-with-kicad" }} {{ $allSectionContent := where $allSectionContent "Params.projectdeveloper" "!=" nil }} {{ $pagesOnlyInSection := where $allSectionContent "Kind" "page" }} {{ $paginator := .Paginate $pagesOnlyInSection }} {{ template "_internal/pagination.html" . }}
{{ range $paginator.Pages }} {{ partial "mwk_entry.html" . }} {{ end }}
{{ template "_internal/pagination.html" . }}
{{ partial "mwk_categories.html" . }} {{ partial "mwk_submit.html" . }}
{{ partial "footer.html" . }}