{% if page.category contains 'noedit' %} {% assign is_editable = false %} {% else %} {% assign is_editable = page.collection %} {%- endif -%} {% include marlin-svg.html %} About Marlin Download Configure Install Tools Bitmap Converter RGB565 Converter Calibrate Linear Advance Calibrate Input Shaping Bugtracker Reporting bugs Source Code Repository {%- assign list = ('' | split: '|') %} {%- for col in site.collections %} {%- if col.title %}{% assign list = list | push: col %}{% endif %} {%- endfor %} {%- if list.size > 0 %}{% assign list = (list | sort: 'title') %}{% endif %} Docs {%- if list.size > 0 %} {%- for col in list %} {%- if col.title %} {{ col.title }} All documents {%- if col.label == 'gcode' %} {%- assign docs = (col.docs | sort: 'tag') %} {%- for doc in docs %} {%- if doc.title -%} {{ doc.codes | codes_desc }}: {{ doc.title }} {%- endif %} {%- endfor %} {%- elsif col.label == 'setting' %} {%- assign docs = col.docs %} {%- for doc in docs %} {%- if doc.tags contains 'draft' %}{% else %} {% if doc.label %}{{ doc.label }}{% else %}{{ doc.name }}{% endif %} {%- endif %} {%- endfor %} {%- else %} {%- assign docs = (col.docs | group_by: 'tag' | sort: 'title') %} {%- for tag in docs %} {%- for doc in tag.items %} {%- if doc.title %}{{ doc.title }}{% endif %} {%- endfor %} {%- endfor %} {%- endif %} {%- endif %} {%- endfor %} {%- endif %} Troubleshooting Documentation Needing Review ❤️ Donate {%- if is_editable %} Edit Page {%- else %} Follow on X Bluesky Mastodon {%- endif %} {%- if is_editable -%}