Change Eco layer name for latest kicad master
This commit is contained in:
parent
ce8b7a5195
commit
f4d2df7dc0
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ class MeshPluginMainDialog(mesh_plugin_dialog.MainDialog):
|
|||
name = board.GetLayerName(i)
|
||||
self.m_layerChoice.Append(name)
|
||||
self.m_maskLayerChoice.Append(name)
|
||||
if name == 'Eco1.User':
|
||||
if name == 'User.Eco1':
|
||||
self.m_maskLayerChoice.SetSelection(i)
|
||||
elif name == 'F.Cu':
|
||||
self.m_layerChoice.SetSelection(i)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue