-
-
Notifications
You must be signed in to change notification settings - Fork 504
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
New program's functions that may be useful #2
Comments
|
Number 2 and 3 are easy to implement (diagonal is less quick to implement, but could be done too) but not really necessary. Number 1 is interesting and useful for anyone. I will probabily implement all this features in the near future. Number 4 is a professional feature that I don't need, and i will never need, so it's implementation is not a target for me. Development of LaserGRBL is driven by my needs, and claim to be simple and lightweight. |
I run a CoreXY geometry rig and diagonal engraving produces the best results and allows the stepper motors to work in a similar way to a traditional XY Rig. Not a deal breaker, but diagonal work be great for some people. |
I have forked the code and have implemented vertical engraving and working on 45 degree diagonal engraving. |
My older rig has a single stepper on the X axis and 2 steppers for the Y axis. For some reason vertical scans seem a little smoother than horizontal. Never been able to figure out why, so always used vertical engraving. |
Well done @mayhem2408! |
@mayhem2408 You can now find H/V engraving in lastest release Diagonal is not implemented yet, but I have rewrited all code generation to be more virtual about X and Y, so i think make it working in diagonal way could be easy to do. |
Diagonal engraving now supported |
Image vectorization now supported |
@arkypita Diagonal is working great and vector is nice to. I'll post some photos of a test engrave very soon. |
The text was updated successfully, but these errors were encountered: