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

Use as Cutter too? #173

Closed
brucek5 opened this issue Nov 19, 2017 · 7 comments
Closed

Use as Cutter too? #173

brucek5 opened this issue Nov 19, 2017 · 7 comments

Comments

@brucek5
Copy link

brucek5 commented Nov 19, 2017

Your program is great, and I know it's focus is on image engraving. I like that it's a "one stop shop" app. I use my laser for cutting "Laser Board" to make small model parts. I tried your program today to do cutting and it worked, but I had to make the overall image file larger to cut the small parts. I used your Vectorization mode which kind of worked, but because it "traces" (a cut on both sides of a line) the cut size was off. Maybe in the future you could add a "cut-mode" where you make one cut path based on finding the middle of the existing two trace paths. And allow smaller image sizes. Just a thought, good job!

@arkypita
Copy link
Owner

Hi @brucek5
What you are talking about is called "centerline tracing" and it is already in development roadmap #64
However it is not so easy for a computer to detect a centerline and result are not always as good as you want.

i.e try: https://online.rapidresizer.com/tracer.php
with: https://upload.wikimedia.org/wikipedia/commons/thumb/f/f3/Drawing_line.svg/1200px-Drawing_line.svg.png

and see the line 6

@arkypita
Copy link
Owner

Also you can change your mode to draw pieces: if you want to cut this

path4138

Draw it like this

path4138a

@Evil-Nemesis
Copy link

Evil-Nemesis commented Nov 21, 2017

hi there
yeah please focus on "centerline tracing"!
it's a really great tool!
I need it very much!
very very thank you!

@arkypita
Copy link
Owner

Thanks for the demonstrated interest. Unfortunately it will not be so simple because there is no centerline library for C# available (or I am not able to found)

@arkypita
Copy link
Owner

Hi all!

I have released a new version of LaserGRBL that include centerline vectorization.
This feature was requested by a lot of user and complete LaserGRBL with a "must have features" for all who need a simple way to engrave images.

This release was released as a pre-release so it is not automatically updated.
To those who want to test it I recommend downloading the installer from: here

@brucek5
Copy link
Author

brucek5 commented Oct 22, 2018

arkypita, thanks for the update! I'll be testing it this weekend.

@ooYuYoo
Copy link

ooYuYoo commented Dec 4, 2023

Hello, I really admire the work you do. This is my first time commenting on GitHub, and I would be delighted if you could reply. I would like to ask for the website link you provided for online vectorization of centerlines, and could you please share the approach you used for vectorizing centerlines? I am currently very interested in this, but I haven't found any relevant papers or work. When converting SVG to DXF format, I noticed that the DXF file contains the contours of the SVG image, but I want to extract the centerlines. I would appreciate it if you could reply. Thank you once again!
QQ截图20231204221151
@arkypita

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

4 participants