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

Fill shape #15

Open
FPGA-KING opened this issue Jun 28, 2021 · 7 comments
Open

Fill shape #15

FPGA-KING opened this issue Jun 28, 2021 · 7 comments
Labels
enhancement New feature or request

Comments

@FPGA-KING
Copy link

Hello I want to fill the shape.

Is it possible to draw filled shape?

For example If I draw star image as like example

I want the library to make automatically tool path for fill the star.

@sameer
Copy link
Owner

sameer commented Jun 28, 2021

Hi there,

svg2gcode does not support fills at the moment (see FAQ).

What kind of fill are you looking to do? Definitely open to collaborating on this 🙂

Thanks,
Sameer

@FPGA-KING
Copy link
Author

FPGA-KING commented Jul 3, 2021

Raster path

https://www.youtube.com/watch?v=7OWYRHBsmgI

Inkscape support it

@sameer
Copy link
Owner

sameer commented Jul 4, 2021

That seems like a reasonable use case. Is this something you'd be interested in making a pull request for?

@sameer sameer added the enhancement New feature or request label Jul 4, 2021
@FPGA-KING
Copy link
Author

That seems like a reasonable use case. Is this something you'd be interested in making a pull request for?

Yes, It is. I have idea for it. but the problem is that I can use CPP only.

I will first convert it to cpp code

@sameer
Copy link
Owner

sameer commented Jul 4, 2021

Cool, this is very exciting. Happy to assist in the translation to Rust process.

@khlebobul
Copy link

Good afternoon, I just recently put together my painting robot. I had a problem generating Gcode because Inkscape doesn't work well with the latest version of MacOS. I found your project and drew my first drawings with it. Thank you very much! Please tell me, is there any way to set the parameters so that the plotter raises the Z-axis and does not leave connection lines?

@sameer
Copy link
Owner

sameer commented May 30, 2023

the plotter raises the Z-axis and does not leave connection lines?

You can add in some g-code for that as the tool off sequence.
image

Is this what you were looking for?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants