Open TTN- opened 5 years ago
Hi @TTN-
Look at this: https://github.com/maslovw/UP3D/blob/master/csrc/UP3DCOMMON/up3dcomm.c
This is somehow tested with Ceuts3D, I was working on connecting octopi (on raspberry pi) to my cetus3d.
It's actually rather easy to get PID for your printer, if you use Linux: connect your printer to your laptop and run lsusb
, it will show all the connected devices. On Windows you need to open DeviceManager, find your printer in the list, open properties and find VID and PID for your device.
But this source code is not supported officially, it's based on reverse-engineering, and everything can go wrong! So make sure, that you actually understand what you're doing
Awesome thank you so that's really simple then.
At the moment I'm contemplating pulling out all the electronics and going full open source controller but if this works I'd be so happy. It's my last resort. The up300 has 0 gcode support from tiertime and upstudio.
I'll give it a shot and see how I get on.
Thanks : )
On Mon, Jun 3, 2019, 11:36 PM maslovw notifications@github.com wrote:
Hi @TTN- https://github.com/TTN-
Look at this: https://github.com/maslovw/UP3D/blob/master/csrc/UP3DCOMMON/up3dcomm.c
This is somehow tested with Ceuts3D, I was working on connecting octopi (on raspberry pi) to my cetus3d.
It's actually rather easy to get PID for your printer, if you use Linux: connect your printer to your laptop and run lsusb, it will show all the connected devices. On Windows you need to open DeviceManager, find your printer in the list, open properties and find VID and PID for your device.
But this source code is not supported officially, it's based on reverse-engineering, and everything can go wrong! So make sure, that you actually understand what you're doing
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/UP3D-gcode/UP3D/issues/16?email_source=notifications&email_token=ABN5R5GHLYPGTUPLBP36QFDPYT63RA5CNFSM4HSBLPCKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWZEB4I#issuecomment-498221297, or mute the thread https://github.com/notifications/unsubscribe-auth/ABN5R5DNMTWOG5YHHWWAWDTPYT63RANCNFSM4HSBLPCA .
@TTN- , you can always try to reach my via e-mail ;-) we can try debugging it together.
Thank you so much, I will take you up on that offer.
I see the changes made to get the UpPlus2 added
What would it take to get the up300 added?
I can see why everything in that commit was added, except:
#define PID_CETUS (0x277F)
Why 0x277F? What would I use for my up300?Could I modify the cetus settings section and just plug in numbers that I see fit for the UP300 printer?