Skip to content

feat(renderer): color-by-speed (feedrate) color mode #177

Description

@sobechestnut-dev

Backlog candidate (2026-07-23 research pass) · triage against E9 #162 (renderer options).

Add a color-by-speed / feedrate color mode. Every mature viewer (PrusaSlicer, OrcaSlicer, Bambu Studio, Sindarius) offers a speed heatmap; it's usually the first mode people reach for after "by feature."

Data: already parsed — seg.feedrate is a populated IR channel. Verified this session that only single/tool/feature color modes currently ship.

Approach: add a { mode: 'feedrate'; ... } variant in gcode-renderer-three/src/colors.ts mapping feedrate to a color ramp (auto-ranged or configurable), capability-gated (feedrate) like feature coloring so it degrades honestly when unavailable.

Implementation gated by DD/E9 triage per project governance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions