{% extends bambu_run_base_template %} {% load static %} {% block extra_css %} {% endblock %} {% block content %}
Manage your 3D printer filament spools
| SN | Color | Brand | Type | Sub Type | Remaining | Location | Created By | Last Used | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {% if filament.tray_uuid %} {{ filament.tray_uuid|slice:":8" }}... {% else %} - {% endif %} |
{% if filament.is_transparent %}
{% else %}
{% endif %}
{{ filament.color }}
|
{{ filament.brand }} | {{ filament.type }} | {% if filament.sub_type %} {{ filament.sub_type }} {% else %} - {% endif %} |
|
{% if filament.is_loaded_in_ams %} {% if filament.ams_type %}{{ filament.ams_type }}{% else %}AMS{% endif %} {% if filament.ams_unit_id is not None %}#{{ filament.ams_unit_id }}{% endif %} ยท Tray {{ filament.current_tray_id }} {% else %} Storage {% endif %} | {% if filament.created_by == 'Auto Detection' %} Auto {% else %} Manual {% endif %} | {{ filament.last_used|date:"Y-m-d H:i"|default:"Never" }} | View {% if not is_basic_user %} Edit {% endif %} |
| No filaments found. Add your first spool! | |||||||||