Skip to content

[Feature]: Per-job process overrides for server-side slicing #2694

Description

@kahlstrm

Problem or Use Case

Small per-job slicing changes currently require persistent process presets.

Proposed Solution

Add optional process_overrides to slice requests and merge safe values into the resolved process profile before slicing. Reject profile identity and G-code/script fields.

{
  "process_overrides": {
    "brim_type": "outer_only",
    "brim_width": "6",
    "brim_object_gap": "0.1"
  }
}

Alternatives Considered

One-off presets, brim-specific request fields, and local slicing.

Feature Category

API

Priority

Would improve my workflow.

Contribution

  • I would be willing to help implement this feature

Checklist

  • I searched existing issues and found no matching request

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions