Skip to main content
Toggle navigation menu
Software Documentation
Order & Billing
LaserPecker Store 🛒
Take a Survey! 🔥
Engraving & Cutting Guides
Laser Engraving & Cutting
Wood Laser Cutting: 5 Steps to Success
Foam Laser Cutting: 5 Steps to Success
PVC Laser Cutting: 5 Steps to Success
Cardboard Laser Cutting: 5 Steps to Success
Bamboo Laser Cutting: 5 Steps to Success
Balsa Laser Cutting: 5 Steps to Success
See all 45 articles
Laser Knowledge Base
Laser Cutting Accuracy
Laser Engraving Applications
Laser Engraving Definition
Laser Engraving Materials
Laser Engraving Types
Laser Light Source
See all 8 articles
<% var maxSections = 5 %>
Toggle navigation menu
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<% if (category.isActive) { %> <%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %> <% } %>
<% }); %>
<% var getColumnClasses = function(columnNumber) { var classNames = 'col-12'; if (columnNumber >= 2) classNames += ' md:col-6'; if (columnNumber >= 3) classNames += ' lg:col-4'; if (columnNumber >= 4) classNames += ' xl:col-3'; return classNames; } %> <% if (articles.length) { %>
<% articles.forEach(function(article) { %>
<%= article.title %>
<% if (article.promoted) { %>
Promoted article
<% } %>
<% }) %>
<% } %>