{% extends bambu_run_base_template %} {% load static %} {% block extra_css %} {% endblock %} {% block content %}

Filament Inventory

Manage your 3D printer filament spools

{% if not is_basic_user %} {% endif %}
Total Spools
{{ total_spools }}
Loaded in AMS
{{ loaded_spools }}
Low Filament (<20%)
{{ low_filaments }}
Reset
{% for filament in filaments %} {% empty %} {% endfor %}
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 %}
{{ filament.remaining_percent }}%
{% if filament.is_loaded_in_ams %} AMS 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!
{% if is_paginated %} {% endif %}
{% endblock %} {% block extra_js %} {% endblock %}