Alrighty. Purchased an X-Carve 750mm nearly a year ago. Original was using Easel on a Mac but got sick of bringing my expensive laptop into my work shop, lots of dust, I’m sure most of you can understand.
Decided to use a Raspberry Pi4 instead and I have a nice little setup going, except for the fact that i cant use it…
For some reason the X-Controller doesnt even recognize that its plugged into my Pi. Yes…I have been trying to figure this out for literally months without luck. I have tried everything in this forum that I can find and I’m getting really frustrated at this point.
I have tried all of the samyk driver stuff and none of that works for me.
Hey Mosey, You might try openbuilds.com. Their software called Openbuilds Control is a free software and includes cad and cam functions . Somewhat very similar to Easel with the look of a Vcarve light. What do you have to loose at this point.
I have a 750 also. The X Controller is nothing more than a USB serial port emulator as far as the Pi is concerned. If you plug it into the pi it should show under /dev as ttyUSBxx where xx are numbers if I remember correctly. There is no need to install any drivers because the serial emulator driver is already included in the kernel as a HID. If you don’t see this device then the connection is faulty or there is an issue at the hardware level or you may need to set permissions (called udev rules) that allow USB drivers to be accessible by the users on the operating system.
Finally, try a browser based gcode sender. You won’t have to install extra software. For example: Kiri:Moto