Skip to content

Rename MaterialType to FFFMaterialType, add FFFMaterial subtype#30

Open
sarkafa wants to merge 1 commit into
OpenPrintTag:mainfrom
sarkafa:split-material-type-fff
Open

Rename MaterialType to FFFMaterialType, add FFFMaterial subtype#30
sarkafa wants to merge 1 commit into
OpenPrintTag:mainfrom
sarkafa:split-material-type-fff

Conversation

@sarkafa

@sarkafa sarkafa commented Jun 10, 2026

Copy link
Copy Markdown

No description provided.

CZDanol
CZDanol previously approved these changes Jun 10, 2026
generate_schema_file("material_type", entity_schema(entity_yaml(materials_yaml, "MaterialType")))
generate_schema_file(
"fff_material",
entity_schema(entity_yaml(materials_yaml, "FFFMaterial"), include_inherits=False),

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick: technically speaking, include_inherits = True would possibly be marginally safer if fff_material was referenced standalone somewhere. But possibly doesn't matter.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

other fff_/sla_ schemas are also diffs over their parent, so keeping fff_material as a diff seem more consistent with the rest to me

@sarkafa sarkafa force-pushed the split-material-type-fff branch from 81a6d2c to ccdc426 Compare June 11, 2026 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants