Printing from Orca in Linux fails Update: It magically works #8

Closed
opened 2026-04-29 13:03:57 +02:00 by dkuba4 · 0 comments

So I tried printing from an Orcaslicer appimage, and I get the following log:
The connection to the printer works, I can acess the device tab, see temps, turn on camera and so on, I am just unable to upload stuff. And the error seems generic.
The instance of the bridge is running directly from the python script in a python 3.12 container.

[10:55:53] INFO Verbinde mit Drucker 192.168.1.102:9883 …

[10:55:53] WARNING Verbindung fehlgeschlagen: [Errno 111] Connection refused – starte im Offline-Modus

[10:55:53] INFO Bridge läuft auf http://0.0.0.0:7125

[10:55:53] INFO OrcaSlicer → Klipper → Host: 0.0.0.0  Port: 7125

[10:55:53] INFO Ctrl-C zum Beenden

[10:57:06] INFO Drucker erreichbar – stelle MQTT-Verbindung her …

[10:57:06] INFO MQTT-Verbindung wiederhergestellt

[10:57:06] INFO AMS-Slots empfangen: 4, loaded_slot=-1

[10:57:42] INFO 192.168.1.90 [29/Apr/2026:10:57:42 +0000] "GET /server/info HTTP/1.1" 200 477 "-" "OrcaSlicer/2.3.2"

[10:57:44] INFO 192.168.1.90 [29/Apr/2026:10:57:44 +0000] "GET /server/info HTTP/1.1" 200 477 "-" "OrcaSlicer/2.3.2"

[10:58:20] INFO 192.168.1.90 [29/Apr/2026:10:58:20 +0000] "GET /api/version HTTP/1.1" 200 230 "-" "OrcaSlicer/2.3.2"

[10:58:20] INFO Upload-Request: POST /api/files/local  CT=multipart/form-data; boundary=------------------------92d3b6

[10:58:20] INFO Multipart-Feld 'file': 4scage_plate(01)_PETG_0.2_1h4m.gcode (10907189 bytes)

[10:58:20] INFO Upload: 4scage_plate(01)_PETG_0.2_1h4m.gcode (10907189 bytes) md5=822c4ee7da01c9e7fe2fb6e7754d1473 → Drucker

[10:58:20] ERROR Upload fehlgeschlagen: [Errno 111] Connection refused
So I tried printing from an Orcaslicer appimage, and I get the following log: The connection to the printer works, I can acess the device tab, see temps, turn on camera and so on, I am just unable to upload stuff. And the error seems generic. The instance of the bridge is running directly from the python script in a python 3.12 container. ``` [10:55:53] INFO Verbinde mit Drucker 192.168.1.102:9883 … [10:55:53] WARNING Verbindung fehlgeschlagen: [Errno 111] Connection refused – starte im Offline-Modus [10:55:53] INFO Bridge läuft auf http://0.0.0.0:7125 [10:55:53] INFO OrcaSlicer → Klipper → Host: 0.0.0.0 Port: 7125 [10:55:53] INFO Ctrl-C zum Beenden [10:57:06] INFO Drucker erreichbar – stelle MQTT-Verbindung her … [10:57:06] INFO MQTT-Verbindung wiederhergestellt [10:57:06] INFO AMS-Slots empfangen: 4, loaded_slot=-1 [10:57:42] INFO 192.168.1.90 [29/Apr/2026:10:57:42 +0000] "GET /server/info HTTP/1.1" 200 477 "-" "OrcaSlicer/2.3.2" [10:57:44] INFO 192.168.1.90 [29/Apr/2026:10:57:44 +0000] "GET /server/info HTTP/1.1" 200 477 "-" "OrcaSlicer/2.3.2" [10:58:20] INFO 192.168.1.90 [29/Apr/2026:10:58:20 +0000] "GET /api/version HTTP/1.1" 200 230 "-" "OrcaSlicer/2.3.2" [10:58:20] INFO Upload-Request: POST /api/files/local CT=multipart/form-data; boundary=------------------------92d3b6 [10:58:20] INFO Multipart-Feld 'file': 4scage_plate(01)_PETG_0.2_1h4m.gcode (10907189 bytes) [10:58:20] INFO Upload: 4scage_plate(01)_PETG_0.2_1h4m.gcode (10907189 bytes) md5=822c4ee7da01c9e7fe2fb6e7754d1473 → Drucker [10:58:20] ERROR Upload fehlgeschlagen: [Errno 111] Connection refused ```
dkuba4 changed title from Printing from Orca in Linux fails to Printing from Orca in Linux fails Update: It magically works 2026-04-29 13:07:30 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: viewit/KX-Bridge-Release#8
No description provided.