CurviSlicer: Slightly curved slicing for 3-axis printers
Jimmy Etienne, et al.

Introduction
Since we don't do a lot of digital fab...
Additive
Subtractive
- Fused Deposition Modelling (FDM)
- Stereolithography (SLA)
- Selective Laser Sintering (SLS)
- Etc...
- CNC Milling
- CNC Lathe
- Foam Cutting
- etc...
Computer Numerically Controlled = CNC
FDM Printing
Generally a simple concept, FDM deposits material via CNC machineary
FDM Printing
Generally a simple concept, FDM deposits material via CNC machineary

3D Printing
Anatomy

3D Printing
Hotend

3D Printing
Slicing

Slightly Curved Slicing
Addresses a weakness of FDM printers

Slightly Curved Slicing

Addresses a weakness of FDM printers
Slightly Curved Slicing
High level approach

Tetrahedralize
Optimization
Toolpath Generation
Post Processing
Slightly Curved Slicing
Tetrahedralization
Provides a means of representing M
Ω - Mesh
Γ - Tetrahedral mesh (ΓI inside ΓO and out)

F - Faces on mesh
∀p∈V,M(p)=h (height)
Fabrication Constraints
Layer thickness
Minimum and maximum layer thicknesses

τmin=0.1d, τmax=0.75d
For 0.4mm nozzle, this gives [0.04mm, 0.3mm], depending on calibration
Fabrication Constraints

Slope
Key Intuition
Slice at τmax in M(Ω), optimize M to flatten as many faces as possible

Flatten which faces?
F - other faces
F - faces to be flattened
Objective Function
Define an energy function to minimize

λs are user-chosen trade-off parameters
h0=z
Objective Function
Define an energy function to minimize

Attempts to pull vertices of a triangle to the same height
Objective Function
Define an energy function to minimize



C(F) is the set of connected components of the set to flatten
Objective Function
Define an energy function to minimize


Objective Function
Define an energy function to minimize
Attempts to pull vertices of a triangle to the same height

Objective Function
Constraints on optimization
Thickness constraint

∀t∈ΓI

Slope constraint
∀t∈ΓI
Objective Function
What if flattened surfaces aren't flat?
Objective Function
What if flattened surfaces aren't flat?

Printing
Extrusion rate must be modified in T, but is available from the gradient of M

Results

Results

Results

Results


Error Comparison
CurviSlice
By Joshua Horacsek
CurviSlice
- 1,041