-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Leetro MPC6515 support (various China Laser) #204
Comments
Well... i know time is somewhat difficult.... any chance we get some basic functionality working to encourage other developers to help with their time? |
I am planning on getting some more work done in two, three weeks. That should become a sufficient base for testing the plugin on other laser cutters. I will try to document it perfectly, so that someone else can jump in or at least add functionality. |
I'm sorry, what is the question? On Mon, Jun 3, 2013 at 11:32 PM, MatthiasWM notifications@git.luolix.topwrote:
|
Hi, how is the status on that issue? I am getting more and more requests like "does VisiCut support china lasercutters". As I understand, you can generate basic MOL files and send them? I am not sure about accelleration, which seems to be the most complex part. Epilog's laserprotocol does not include any information on acceleration, they just set the speed and the give the vectors. How does the leetro react if you just omit the accelerations? |
On Feb 27, 2014, at 11:23 PM, Thomas Oster notifications@github.com wrote:
Hi Thomas, the MPC support basically works, but...
So, what we would need is someone who has a compatible laser cutter, is proficient in Java, and takes over the code at this point and finishes integration and testing. I am happy to help out via EMail when questions arise, but currently (and for about a half year ahead) that's all I can offer. I would love to see this work... Matthias |
Hi, I just wanted to check, if there are any news on the project. Maybe you can upload your (dirty) code to Github, so the community can find a starting-point? |
sorry.... I was faster with writing than with looking. The code can be found of cause here: https://github.com/MatthiasWM/LibLaserCut/blob/feature-mpc6515/src/com/t_oster/liblasercut/drivers/MPC6515Cutter.java Are there any leethro users, who can try it? |
hi i'm a fablab and we have a laser cutter from mllaser-co2 the motion card is a mpc6525 and we would try to use another sofware like visicut; but we don't know how to manage having new laser profile or using this https://github.com/MatthiasWM/LibLaserCut/blob/feature-mpc6515/src/com/t_oster/liblasercut/drivers/MPC6515Cutter.java with visicut. i hope we could try visicut in our fablab |
Hi Parthlab, |
Has anyone tried Visicut with an MPC6515? I'd be willing to give it a go, but it looks like the driver file linked in this issue is no longer around. Does anyone have a copy of it? |
Seems like @MatthiasWM removed his repository? @MatthiasWM could you please upload your code somewhere so people can continue to work on that? |
In the absence of @MatthiasWM 's code, perhaps the information and code collected at https://wiki.london.hackspace.org.uk/view/Project:RELaserSoftware might be useful? |
Thanks. I spent quite a bit of time digging through that stuff and it seems it is not enough. It looks like no one has got a full implementation with raster engraving properly working. I'll keep digging as time permits. For now I'll just use my existing software and probably look at replacing the controllers with something more useful. |
I was just contacted via EMail that my repo is missing. I am not sure what's going on, but is indeed possible that I may have deleted it (but I wouldn't know why). Is this the file that you guys are looking for? |
The files are online in the "feature-mpc6515" branch of LibLaserCut. To make life easier for new developers, I rebased the branch to the latest master and made some changes so that it compiles correctly. However, some development will be required, especially for the USB connection. Also, engraving is not supported at all. If anyone is interested, I'm happy to help, but I don't have that lasercutter. Depending on the kind of USB interface, some code could be recycled from the K40 driver which also uses USB. Or we can try to avoid the USB part for now and use some existing upload tool. |
USB added for the K40 is pretty standard issue, I'd be kinda surprised it didn't dovetail into helping other usb things along. Assuming that protocol is known somewhere. I've seen some Ruida stuff that basically uses the same methodology. Also, I added RasterBuilder to LibLaserCut which should actually just allow you to add in rastering in a small little code block. That you could basically cut and paste from the K40NanoDriver file since it'll let it setup the raster and convert it to the vector commands it builds on the fly. I built it in hopes that nobody would have to rebuild that code again. Though I also, don't have such a machine and really couldn't test any code even if I could guess the right commands for the rastering by cribbing from the vector code and implementing RasterBuilder to convert it. |
Two things:
1: I am stuck with the Leetro support. No no, I know what I am doing, but I simply do not have the time. I found out a lot more about the format, and I think I could reliably generate working files, but when? Any suggestions welcome!
2: I am a visual person. Outputting Leetro MOL files is nice, but seeing is believing, so I wrote a script plugin that imports MOL files into QCAD. In case there is any Leetro user/dev here, this is where you can download that:
https://www.ribbonsoft.com/rsforum/viewtopic.php?f=30&t=2436&p=7965#p7965
The text was updated successfully, but these errors were encountered: