Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Thanks Charlie :

I was going in the right direction using Pixelcnc. I chose a hard image to start with and  kept trying to work with it. I see my mistake now that you pointed me in the right direction. Once the image is manipulated the way you like there is no way to export that layer to reuse ? Is there future plans for export , import layers ? I used GIMP in the past and have been using Inkscape as my vector and image editor to create SVG's.   I used Carbide3d , Estlcam and other software to get the results I wanted.  It will be nice just to use Pixelcnc to do it all. While still a new user of Pixelcnc I can do more now, and easier then with the others. I like the Pixelcnc vs GIMP image better also.

Joe

(1 edit)

Hi Joe,

Yes, exporting layers is planned. Also, a public online library where users can share their raster and paths layers for others to use in their projects. As far as exporting though raster-layers will be able to export to common image formats and I haven't fully settled on what the situation will be for paths-layers yet. PixelCNC will definitely allow exporting a paths-layer as an SVG but I'm not completely committed to adding DXF only because it's a bit more complicated of a file format. If someone ends up needing it I'll probably put the time aside to tackle it though but hopefully everyone will be able to manage with being able to export paths as SVG files.

In the meantime a small workaround that might be useful is to just hide all of your other layers and then export your canvas as a heightmap image, which is almost the same thing as exporting an individual layer, except that it will be the dimensions of your canvas rather than the layer by itself.

 - Charlie

EDIT: I forgot to mention that the online asset library will be built into PixelCNC itself, as opposed to something that's used within a web browser.

(+1)
Needs some tweaking but it works fine.
Thanks

Hi Charlie,

I have been working with multiple layered carvings. I have been using a picture as a background using relief carve with parallel carving operation.  I know I can set the Z height of the layer, but that is not the true carved height. The only way I see to get the finished carved height of the picture is by watching the simulation of the Z axis data. I'm taking my work piece raster layer height( .75) ,  subtracting picture layer Z origin ( .6) that gives potential maximum height (.15).  I then take .15 and subtract Z height in the simulation for a given point , This gives me my carved height. Is this correct or am I missing a shortcut ?

Thanks Joe

Hi Joe,

PixelCNC automatically stretches the contrast of an image to range from absolute black to full white to ensure that the raster-layer's contents actually occupy the Z area from the bottom of the layer to the top of the layer, rather than just a section of that range.

After that the only things left to determine how deep cuts will go is the canvas Z size and the layer's Z origin and Z size too. There's also the issue of a cutter not being small enough to fit into narrow areas. So for instance if I load this image into PixelCNC:

Canvas is one inch thick and my layer is set to an origin of 0.25" and a thickness of 0.5" this is the result:


For just the area of the raster-layer itself (ignoring the outer blank canvas margin that I could've used a Z-fill on but wanted to make the image clearer) the shallowest cuts will be 0.25" below the top of the canvas and the deepest cuts will be 0.75" below the top of the canvas, particularly the area around the skull where the cutter will be at max depth.

The only thing that would otherwise prevent cuts from actually reaching down to the bottom of the raster-layer is if your deepest parts are narrower than the cutter can actually reach, something like this:


In this image most of the shape is too narrow to accommodate the 1/4" cutter, except for a few spots on the left, preventing it from actually cutting down to the bottom of the raster-layer, which in this example is the same thickness as the canvas (0.25") and has a layer Z origin of zero so that it's resting on the bottom of the canvas.

Also, if you're using a Leave Stock amount that's going to offset the carve in 3D, not just horizontally, so if you have a 0.05" leave stock on a 0.25" canvas the deepest that cuts will be able to go is 0.2" below the top of the canvas surface.

Hope this helps. Let me know if I'm missing something - and maybe share a screenshot too if this doesn't help you figure it out.

 - Charlie

Oh, and the raster-layer height, or Z size, is just the distance between the bottom and top planes of the raster-layer. It does not include the Z origin of the layer. To calculate the height of a carve, assuming your canvas Z size is identical to your workpiece thickness, you should be able to just add the layer's Z origin to its Z size to get the Z of the top plane of the layer, which is equal to the distance from the bottom of the canvas to the top of the layer.

- Charlie

(+1)

This was the final result. The horse came from a color cell phone jpg. I was surprised how well the color picture turned out, with tweaking of the levels.  The relief carving is about .075 max height .  The border is not that wide, I haven't did the cut out yet .

Thanks for the help Charlie.....

Hi Joe,

That's great stuff! Thanks for sharing. Glad to hear the Adjust Levels function was useful on the horse raster-layer. Let me know if there's anything you'd like to figure out how to do to design more stuff. I'm all ears ;)

 - Charlie