Convert 2D curve profiles into multi-layer 3D printpaths.
Slicer 2D converts 2D curve profiles into multi-layer 3D printpaths. It takes vector linework from a Rhino (.3dm) or PDF file — such as a floor plan or wall cross-section — and extrudes the selected curves vertically across a defined number of layers at a specified layer height.
This tool is designed for architects and engineers working in 3D Concrete Printing (3DCP) who need to go from a 2D drawing to a printable path with minimal setup.
In short: Floor plan in → printpath out.
| Format | Extension | Notes |
|---|---|---|
| Rhino | .3dm | Must contain curve geometry (lines, polylines, arcs, etc.) |
.pdf | Must contain vector curves only. Rasterized images, scanned documents, or bitmap-based PDFs will not be parsed. |
Important: The system reads vector linework exclusively. If your PDF was exported from a raster source or contains embedded images instead of drawn paths, Slicer 2D will not detect any curves.
Navigate to Slicer 2D using either:
Drag and drop a .3dm or .pdf file into the upload area. The system extracts all vector curves from the file and renders them on a 3D canvas.
All extracted curves are displayed on the canvas. By default, all curves are selected.
Only selected curves will be included in the generated printpath.
Use the unit selector to match the units of your source file. Available options:
If the preview appears incorrectly scaled (e.g., the geometry looks extremely large or small), the unit setting likely does not match the units used in the original file. Adjusting this will rescale the geometry accordingly.
Set the extrusion parameters:
As you adjust these values, the 3D canvas updates a real-time preview, stacking layers on top of the selected curves with the given height and count. This preview is purely visual and does not compute the final connected toolpath — it shows the projected layer geometry so you can verify the result before committing.
Click Generate Path to compute the final printpath. This step:
Once generated, you are taken to the Design page, where you can view the simulation, edit design metadata (name, description), adjust the transition point, switch between view modes, and access further tools such as G-code export (a separate feature).
Note: The Slicer 2D workflow is one-directional. After generating a path, you cannot return to the Slicer 2D interface to modify the original parameters. To change the layer height, layer count, or curve selection, create a new design by repeating the process from the Slicer 2D page.
Slicer 2D supports both closed curves (loops) and open curves (lines, arcs, open polylines).
For closed profiles, the toolpath follows the curve continuously. The transition between layers occurs at a single point along the profile, and the path spirals upward across layers.
For open curves, the path cannot form a continuous loop. Instead, the system alternates the direction of travel on each layer:
At the end of each layer, the printhead moves vertically to the next layer height and reverses direction. This produces a back-and-forth extrusion pattern.
Note: Transition point editing is not applicable to open curves.
The generated design behaves identically to designs created with any other tool in CAMADA Playground. From the Design page, you can:
| Parameter | Input Type | Unit | Limits |
|---|---|---|---|
| Layer Height | Numeric | mm | None |
| Number of Layers | Numeric | Layer | None |
| Source Units | Selector | mm / inches / feet | — |
| Supported Files | Required Content |
|---|---|
.3dm (Rhino) | Curve geometry |
.pdf | Vector linework (no raster/images) |