Laser Cutting File Generator - Preparing Brep Geometries for Digital Fabrication :)
Intended users
This tool is intended for designers, architects, industrial designers, and students who want to efficiently prepare their 3D Brep geometries for 2D laser cutting. It supports users working in prototyping, model making, and digital fabrication workflows by automating the preparation of cut-ready files from complex 3D forms.
Need you’re trying to provide a solution or support for
Manually converting 3D models into accurate, flattened 2D drawings for laser cutting is time-consuming and error-prone. Users must extract planar surfaces, unroll geometry, label parts, and sort them onto material sheets, often with limited automation capabilities. This tool streamlines and automates that process, enabling fast, repeatable, and fabrication-ready outputs with minimal manual intervention.
Inputs
Users will provide the following inputs:
- Brep geometry (the 3D model to be fabricated)
- Material sheet size (e.g., 18" × 24", A3, etc.)
- Material thickness
Optional:
- Labels/tags for part identification
Underlying logic of the model you’ll implement
- Explode the Imported Brep:
- Flatten the Brep Geometry:
- Add Notches / Design Aids for Assembly:
- Label Parts:
- Organize on Sheets:
- Potentially Assign Layers for Fabrication:
- Export to Vector Format:
Decompose the input Brep into individual planar surfaces that can be unrolled.
Use the Unroll component to project each 3D surface into 2D, preserving dimensions.
Incorporate notches, tabs, or holes that help with part assembly.
Add text tags or IDs to each part for easy identification after & during cutting.
Place all 2D parts onto material sheets, arranged either manually or using nesting to optimize material usage.
Assign colors or layer names for different cut types (e.g., red = cut, blue = engrave), based on laser cutter settings.
Bake the 2D geometry to Rhino and export it as DXF or SVG for fabrication.
Outputs
- 2D cut sheets with all unrolled parts neatly arranged.
- Labelled components for assembly guidance.
- Fabrication-ready vector files in DXF or SVG format.
- Material usage report (optional), showing area efficiency and sheet count.