Para fazer a conexão do trilho Trace, siga as instruções abaixo:
1- Após remover o alimentador do trilho Trace (clique aqui), instale a conexão de sua preferência, "I" ou "L", nos locais indicados. Os cobres da conexão devem estar em contato com os do trilho.
2- Aparafuse a chapa de aço da parte inferior do trilho.
3- No caso do uso de conexão "I", siga os mesmos passos anteriores.
<% if (previousArticle) { %>
<% } %>
<% if (allItems.length > 1) { %>
<% if (previousTitle) { %>
<% } %>
<% if (nextArticle) { %>
<%= previousTitle %>
<% } %> <%= previousArticle.title %>
<% if (nextTitle) { %>
<% } %>
<%= nextTitle %>
<% } %> <%= nextArticle.title %>-
<% allItems.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>
-
<% items.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>