Comment 4 for bug 1745587

Revision history for this message
Timothée Manaud (timothee) wrote : Re: Layer name max char length

Hi Wayne, you are right there is no limit to to layer length, but there is a limit on the "Layers Setup" dialog.
In the file:
pcbnew/dialogs/dialog_layers_setup_base.fbp
This property prevent from inputing anything longer that 20 char:
<property name="maxlength">20</property>