{% extends "base.html" %} {% block title %}Werkzeugplan — {{ machine.name }}{% endblock %} {% block heading %}Werkzeugplan: {{ machine.name }}{% endblock %} {% block topbar_actions %} ← Maschinen 🔢 Tool-Pool / T-Mapping {% endblock %} {% block content %}
T-Nummern auch tatsächlich
gerüstet sind.
Belegt: {{ slots|selectattr('tool_id')|list|length }} / {{ capacity }} Slots
| Slot | Werkzeug | T-Nr (aus Tool) | Ø / Material | Längenkorr. [mm] | Radiuskorr. [mm] | Notiz | Aktion |
|---|---|---|---|---|---|---|---|
| {{ slot_no }} | {% if s and s.cnc_t_no %}{{ s.cnc_t_no }}{% else %}—{% endif %} | {% if s %} {% if s.diameter_mm %}Ø {{ '%.1f'|format(s.diameter_mm) }}{% endif %} {% if s.material %}{% if s.diameter_mm %} · {% endif %}{{ s.material }}{% endif %} {% endif %} | {% if s and s.tool_id %}✓ gerüstet {% else %}leer{% endif %} {% if s and s.tool_id %} {% endif %} |