Notifications
Clear all
Connect XL to Repetier-Server via TCP/IP
I would like to connect my Prusa XL via network interface to Repetier-Server, as this is more reliable than USB printing...
Repetier supports direct TCP connection for serial over network.
What Port does Prusa use, and where do I find the password if necessary?
Posted : 11/01/2024 1:48 pm
Topic starter
answered:
RE: Connect XL to Repetier-Server via TCP/IP
Example:
RaspberryPi with Repetier-Server at IP 192.168.1.129
Printer with Klipper:
Klipper socket ist /var/lib/klipper/sockets/Sidewinder_X1_Klipper
Start Netcat on Printer: "nc -l 192.168.1.129 54321 < /var/lib/klipper/sockets/Sidewinder_X1_Klipper > /var/lib/klipper/sockets/Sidewinder_X1_Klipper"
Like this, Repetier-Server can connect via tcp (IP of Printer) at port 54321 while Netcat is running.
Posted : 11/01/2024 1:58 pm