{% extends "base.html" %} {% block title %}Settings - Thermal Printer App{% endblock %} {% block content %}

Configuration Settings

Configure your thermal printer and application preferences

Printer Configuration
Enter the IP address of your thermal printer on the network
Typically 32-48 characters for thermal printers
Text Processing
Enable if your printer supports Unicode characters (ą, ć, ę, etc.)
Application Settings
Automatically check for application updates on startup
Appearance
Choose your preferred interface theme
Back to Home
Help & Tips
Finding Printer IP:

Check your router's admin panel or use network scanning tools to find your printer's IP address.

Character Width:

Most 58mm thermal printers use 32 characters per line, while 80mm printers use 48.

{% endblock %} {% block extra_js %} {% endblock %}