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

Claryfing pen usage #9

Open
jsecondo opened this issue Apr 7, 2018 · 2 comments
Open

Claryfing pen usage #9

jsecondo opened this issue Apr 7, 2018 · 2 comments

Comments

@jsecondo
Copy link

jsecondo commented Apr 7, 2018

Great piece of software!!!!
I have a couple of doubts on the use of pens. By default there is certain list of pens or pens combinations hardcoded in the software. The program just uses this pen combinations to make the final drawing.

Do the colors present in each combination try to represent the colors in the actual image?
Is there a way to setup a cmyk pen combination? Just the 4 colors, but so that each pen draws the correponding color in the original image? Like making the color separation of the image and drawing it in only the corresponding color.

Once again great software. Keep it up. Ive learned tons of Processing trying to interpret it.

@jsecondo
Copy link
Author

jsecondo commented Jun 1, 2018

OK. Making some work on the copic sets, I created a 4 color set with what I think gets just CMYK.
Created 2 sets with different colors to try:

{"100", "B16", "RV17", "Y06", "0", "0"}, // CMYK1
{"100", "B28", "R29", "Y06", "0", "0"}, // CMYK2

The effect is pretty close to what I expected. And the gcode export does exactly that, a file for each color.
By the way, id I try to set the pen_count to just 4 colors, doesn't seem to work giving null pointer everywhere. I didn't follow the error.

Thanks again for a great piece of software!!! Keep it up!!!

@jbarriosmuriel
Copy link

Can you share this code (CMYK version)?

Thanks for your attention

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

No branches or pull requests

2 participants