Transparent PNG to printable 3MF cutout
Transparent PNG support matters because transparency should define geometry, not another printable color. MakerTools3D treats fully transparent pixels as empty space, so background pixels are removed from the mesh instead of becoming white, black or a quantized color region.
Why transparency is better than deleting colors
Setting a quantized color to zero height is not the same thing as using transparency. Quantized colors can appear in unexpected places when the image contains antialiasing, shadows or noise. Transparency is explicit: if a pixel is fully transparent, it is a hole; if it is visible, it is printable geometry.
Good transparent PNG workflow
- Prepare the logo or icon with a real alpha channel.
- Remove background pixels instead of painting them white.
- Keep the shape connected if the final part should print as one object.
- Upload the PNG and check that the preview shows cutouts where expected.
Alpha behavior
Fully transparentRemoved from the 3MF mesh.
Opaque pixelsAssigned to the nearest printable color after quantization.
Semi-transparent pixelsKept as visible pixels, then assigned to a printable color.
Common cutout problems
- A design with disconnected islands may export as separated printable pieces.
- Very thin bridges around transparent holes may be difficult to print.
- JPEG does not support alpha transparency; use PNG for real cutouts.
- Soft shadows can become extra color regions instead of clean edges.