FreeCAD / FreeCAD

This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler.
https://www.freecad.org
Other
18.66k stars 3.94k forks source link

[Feature Request] CAM: Support Height-map milling from image data #6772

Open sliptonic opened 2 years ago

sliptonic commented 2 years ago

Is there an existing request for this?

Forums discussion

None

Subproject(s) affected?

Path

Idea description

Many CAM applications can take a grey scale image and interpolate the color to a height map. This is useful for producing lithophanes. LinuxCNC has a image to gcode capability. It would be nice if FreeCAD could generate this information from an image plane attached to a base object.

http://linuxcnc.org/docs/2.5/html/gui/image-to-gcode.html

Anything else?

Came from a reddit discussion here. https://www.reddit.com/r/FreeCAD/comments/u7g2n8/anyone_have_any_luck_using_the_cam_features_of/

Code of Conduct

boothdcb commented 1 year ago

I too have been trying to do this, without success. I can create a solid from a lithophane, using the Part workbench, but then I can't integrate it into a model for milling. I'm interested in creating plaques for house signs, which incorporate the name of the house together with a carved image. Is anyone else interested in doing this sort of thing?