{% extends bambu_run_base_template %} {% load static %} {% block extra_css %} {% endblock %} {% block content %}
Filament Spool Details
Type: {{ filament.type }}
{% if filament.sub_type %}Sub Type: {{ filament.sub_type }}
{% endif %}Brand: {{ filament.brand }}
Diameter: {{ filament.diameter }}mm
Loaded: {{ filament.last_loaded_date|date:"Y-m-d H:i" }}
{% else %} Storage {% endif %}| Project | Date | Tray | Consumed | Status |
|---|---|---|---|---|
| {{ usage.print_job.project_name }} | {{ usage.print_job.start_time|date:"Y-m-d H:i" }} | Tray {{ usage.tray_id }} | {{ usage.consumed_percent|default:"?" }}% ({{ usage.consumed_grams|default:"?" }}g) | {{ usage.print_job.final_status }} |
No print jobs recorded yet
{% endif %}{{ filament.notes }}
{% endif %}