{{ $.Scratch.Set "description" "Showcase of third party tools that augment designing schematics and PCBs in KiCad" }} {{ partial "header.html" . }} {{ $currentNode := . }} {{ .Scratch.Set "sidemenu" false }} {{ .Scratch.Set "sidemenu_section" "discover" }} {{ range .Site.Menus.main }} {{ if eq "help" (.Name | lower) }} {{ if .HasChildren }} {{ $currentNode.Scratch.Set "sidemenu" true }} {{ end }} {{ end }} {{ end }}
{{ partial "breadcrumb.html" . }}

External Tools

These are tools that KiCad users have made to aid in development of their projects either within or outside KiCad. The tools are not necessarily stictly cross platform.
{{ $allSectionContent := where .Site.Pages "Section" "external-tools" }} {{ $pagesOnlyInSection := where $allSectionContent "Kind" "page" }} {{ $paginator := .Paginate $pagesOnlyInSection }} {{ template "_internal/pagination.html" . }}
{{ range $paginator.Pages }} {{ if ne .Permalink $.Permalink }}

{{ .Title }}

{{ .Params.tooldeveloper }}

{{ .Content }}

View Tool

{{end}} {{ end }}
{{ template "_internal/pagination.html" . }}
{{ partial "sidebar.html" . }}
{{ partial "footer.html" . }}