Add spaces in net names from dropdown menu?

First off, I’d like to thank everyone involved in developing KiCad.

To my understanding, spaces in label names are possible if created in the schematics editor. However, it appears that the dropdown menu for filtering net names in the pad properties window doesn’t allow spaces in names, when choosing the create new option from the list. Is it possible to add that functionality?

Thanks in advance.

Hi,
Spaces in net names are not to be allowed officially: Resolve discrepancies related to allowing spaces in net names (#9258) · Issues · KiCad / KiCad Source Code / kicad · GitLab, but currently there is no a fix for preventing that. So don’t use spaces in net names, this will be forbidden in near future :slight_smile:

Your (and mine) current designs will not be broken, because spaces will be left allowed in schematic files itself, but there will be no possibility to enter spaces by hand when using eeschema GUI.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.