export_adaptive_slicer_config
Convert adaptive slicing plans to slicer configuration for PrusaSlicer, OrcaSlicer, and Cura. Export variable layer height data or adaptive layers plugin format directly from the plan.
Instructions
Export an adaptive slicing plan as slicer-compatible configuration.
Converts a plan to the target slicer's format — PrusaSlicer and
OrcaSlicer use variable layer height data, Cura uses adaptive
layers plugin format.
Args:
plan_data: Plan dict from ``generate_adaptive_slicing_plan``.
slicer: Target slicer — "prusaslicer", "orcaslicer", "cura",
or "generic".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slicer | No | prusaslicer | |
| plan_data | Yes |