diff --git a/backend/app/app.py b/backend/app/app.py index 5ed08fbdf..663ddb33c 100644 --- a/backend/app/app.py +++ b/backend/app/app.py @@ -4358,10 +4358,10 @@ if __name__ == "__main__": threaded=True ) else: - app_logger.info("Starte HTTP-Server auf 0.0.0.0:80") + app_logger.info("Starte HTTP-Server auf 0.0.0.0:8080") app.run( host="0.0.0.0", - port=80, + port=8080, debug=False, threaded=True ) diff --git a/backend/app/database/myp.db-shm b/backend/app/database/myp.db-shm index 9849308c8..af620d3a3 100644 Binary files a/backend/app/database/myp.db-shm and b/backend/app/database/myp.db-shm differ diff --git a/backend/app/database/myp.db-wal b/backend/app/database/myp.db-wal index 5ee1c1b4d..30cbf2286 100644 Binary files a/backend/app/database/myp.db-wal and b/backend/app/database/myp.db-wal differ diff --git a/backend/app/templates/jobs.html b/backend/app/templates/jobs.html index 2b7bad23c..741e46d8c 100644 --- a/backend/app/templates/jobs.html +++ b/backend/app/templates/jobs.html @@ -403,7 +403,7 @@ Mehrfachauswahl - @@ -566,7 +566,7 @@ Reservieren Sie einen Drucker für eine bestimmte Zeit - @@ -738,8 +738,8 @@ Keine Aufträge gefunden Sie haben derzeit keine Druckaufträge, die den Filterkriterien entsprechen. - + diff --git a/backend/app/templates/jobs/new.html b/backend/app/templates/jobs/new.html new file mode 100644 index 000000000..ddc94c13c --- /dev/null +++ b/backend/app/templates/jobs/new.html @@ -0,0 +1,116 @@ +{% extends "base.html" %} + +{% block title %}Neuer Druckauftrag - Mercedes-Benz MYP Platform{% endblock %} + +{% block content %} + + + + + + + + + + + Neuer Druckauftrag + Erstellen Sie einen neuen 3D-Druckauftrag + + + + + + + + + + + + + + Job-Titel * + + + + + + + + Drucker * + + + Drucker auswählen... + {% for printer in printers %} + {{ printer.name }} ({{ printer.location }}) + {% endfor %} + + + + + + + Startzeit * + + + + + + + + Geschätzte Dauer (Minuten) * + + + + + + + + + Beschreibung + + + + + + + + 3D-Datei hochladen (optional) + + + + Unterstützte Formate: STL, OBJ, 3MF, GCODE (max. 100MB) + + + + + + + Abbrechen + + + Auftrag erstellen + + + + + + + +{% endblock %} \ No newline at end of file
Reservieren Sie einen Drucker für eine bestimmte Zeit
Sie haben derzeit keine Druckaufträge, die den Filterkriterien entsprechen.
Erstellen Sie einen neuen 3D-Druckauftrag
+ Unterstützte Formate: STL, OBJ, 3MF, GCODE (max. 100MB) +