Compatibilty with QIDI XMAX2
Is Repetier 2.3.2 compatible with my QIDI XMAX2 printer? I have tried both Windows and Linux versions. I can get it to connect (well, it says connected) but, it doesn't actually print anything. I also tried Repetier Server. It would not connect at all using TCP/IP....:-(
Comments
tcp will most likely not work, you should try usb connection. If it has a reprap compatible firmware that would work then.
In a terminal see all connections
ls /dev/tty*
without usb plugged in and with plugged in. The one that is added is what you must select as port.
So, I connect the QIDI printer and look again. This time, ttyACM0 does NOT show up in the list. So there appears to be some kind of communication issue. Even if I disconnect the cable, R. Host still shows up as being connected After slicing , it says it's printing, except it never actually prints anything. Could this be a defective cable? Or possibly a firmware bug?
ls -l /dev/serial/by-id
shown all serial ports with device name.
lsusb -a
also shows connected usb devices where your printer must appear if cable works.
If you see it in lsusb but not as serial it might be that the proper serial modules in linux is not loaded. Which depends on device name. With it you can google which module is required. Active modules can be seen with
lsmod
in my case it contains
for a Sidewinder printer.