MarkWheadon / velocity-painting

#VelocityPainting: patterning 3D prints by modulating the print speed
Other
198 stars 31 forks source link

ProjectX and CylinderZ #13

Closed markingle closed 7 years ago

markingle commented 7 years ago

What is the difference between these two parameters?

MarkWheadon commented 7 years ago

projectX projects the image onto the X axis (as if the X axis were a projector screen) -- so the image runs through the model like words through a stick of Blackpool rock.

cylinderZ wraps the image round an upright cylinder, so it appears as if it has been wrapped around the model (so great for vases for example).

Does that help?

On 24 March 2017 at 18:14, markingle notifications@github.com wrote:

What is the difference between these two parameters?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/MarkWheadon/velocity-painting/issues/13, or mute the thread https://github.com/notifications/unsubscribe-auth/AYZjURl4Cfh-aMM_zvd_jbKPL-RDM1e4ks5rpAf1gaJpZM4Momj- .

markingle commented 7 years ago

Yes it does! Thanks Mark! I designed a "vase" for my wife and I would like to put hearts in a checkers board pattern on the outside using velPaint. It sounds like I should use projectX?

I took the day off work to get this going...lol

screen shot 2017-03-24 at 2 22 50 pm
markingle commented 7 years ago

Not quite checkered but progress none the less! (see middle bottom)

Here is the command I used:

./velPaint -projectX 0 0 22 20 0 3000 1800 3000 /Users/Mark/Downloads/Heart.png /Users/Mark/Downloads/MyHeart.gcode > MyHeart_VP.gcode

How do I config for a checkered pattern?

screen shot 2017-03-24 at 3 17 03 pm
markingle commented 7 years ago

I figured it out! After thinking about it a little more its as simple a choosing a png file with the pattern that you want. Using the projectX switch "projects" the checkered pattern image on to/through the object!

Excellent work Mark W.!

screen shot 2017-03-24 at 4 03 56 pm
MarkWheadon commented 7 years ago

Looks great.

Mark

On 24 Mar 2017 8:06 pm, "markingle" notifications@github.com wrote:

I figured it out! After thinking about it a little more its as simple a choosing a png file with the pattern that you want. Using the projectX switch "projects" the checkered pattern image on to/through the object!

Excellent work Mark W.!

[image: screen shot 2017-03-24 at 4 03 56 pm] https://cloud.githubusercontent.com/assets/11239466/24311746/d28de204-10ab-11e7-8808-10bb5a2a590c.png

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/MarkWheadon/velocity-painting/issues/13#issuecomment-289130212, or mute the thread https://github.com/notifications/unsubscribe-auth/AYZjUSqCmMAQJGR3rBYgI2sIHukh-BuRks5rpCJegaJpZM4Momj- .