Fix Polymaker filament name: "Stain" → "Satin" (filenames + references) #1807

Closed
opened 2026-04-05 20:06:51 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @pcdrivers on 10/27/2025

Description

This PR fixes a typo in the Polymaker filament product name:

  • Incorrect: Stain
  • Correct: Satin

Changes include:

  • Renamed affected filenames using Satin instead of Stain
  • Updated internal code references (labels, product names, identifiers where required)
  • Ensured naming consistency across UI content

No functional behavior has been changed — only corrected naming inconsistencies.

Screenshots/Recordings/Graphs

Not applicable — no UI/visual changes introduced.

Tests

  • Verified that all renamed files are referenced correctly after update
  • Searched the codebase to avoid remaining occurrences of Stain
  • Build/lint checks passing (if applicable)
*Originally created by @pcdrivers on 10/27/2025* # Description This PR fixes a typo in the Polymaker filament product name: - Incorrect: **Stain** - Correct: **Satin** ✅ Changes include: - Renamed affected filenames using `Satin` instead of `Stain` - Updated internal code references (labels, product names, identifiers where required) - Ensured naming consistency across UI content No functional behavior has been changed — only corrected naming inconsistencies. # Screenshots/Recordings/Graphs _Not applicable — no UI/visual changes introduced._ ## Tests - Verified that all renamed files are referenced correctly after update - Searched the codebase to avoid remaining occurrences of `Stain` - Build/lint checks passing (if applicable)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#1807