Skip to content
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

Engraving on Curved Surface #624

Closed
rynaldi95 opened this issue Apr 22, 2019 · 5 comments
Closed

Engraving on Curved Surface #624

rynaldi95 opened this issue Apr 22, 2019 · 5 comments

Comments

@rynaldi95
Copy link

Hi,
I am Rynaldi. Currently, I am working on a laser engraver machine that will engrave some pictures on a longboard. However, the surface of the longboard is not planar. There are some curved areas on it. Do you have any suggestion on how to do it? Because I think with different surface height, I have either change the focus of the laser or adjust the height of the laser module by controlling a Z-axis. Thank you in advanced :)

@arkypita
Copy link
Owner

If the curves are not so tall i think no problem but if there are more then 5-6mm the out of focus could be a problem.

I think you need a 3 axis head and a more advanced software that can do a cycle of probe/map of the longboard surface and correct/adjust the Z during engraving to follow your surface.

@arkypita
Copy link
Owner

Something like this https://github.com/martin2250/OpenCNCPilot

@rynaldi95
Copy link
Author

I'm sorry if I'm asking to much. But is it possible actually to combine your software and the OpenCNCPilot? I mean to combine the surface scanning functionality from OpenCNCPilot with LaserGRBL. If yes, could you let me know how should I start or which part of your code that I should edit? Thank you.

@arkypita
Copy link
Owner

I think merge both software is not possible because they are very different.
What you can do is to generate GCode using LaserGRBL and export saving to file, then load in OpenCNCPilot and use this one to stream it using its autolevelling feature.

@e6910
Copy link

e6910 commented May 4, 2019

I theory at least, you can do it with a rotary attachment connected to the Y axis. If the stepper for the attchment is the same as the y stepper no further modificatios are (supposedly) needed.

I DON'T HAVE ONE, but I'm planning to make/purchase one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants