{% extends 'base.html' %} {% block content %}

{{ _('Printer Control') }}

{% if error %} {% else %}
{{ _('Live Webcam') }}
{% if current_user.is_guest %}
{{ _('Please login to view the webcam stream.') }}
{% else %} {{ _('Loading webcam stream...') }} {% endif %}
{{ _('Basic Control') }}
{{ _('Home All Axes') }} (G28)
{% endif %} {% endblock %}