fix: part-named export files and tighter STL tessellation tolerances#30
Merged
fix: part-named export files and tighter STL tessellation tolerances#30
Conversation
Agent-Logs-Url: https://github.com/secersh/etzee/sessions/8572c829-bbe0-49a1-8245-575b2fdbcd90 Co-authored-by: secersh <6897670+secersh@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
secersh
April 8, 2026 09:07
View session
secersh
approved these changes
Apr 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Exported STEP/STL files were named with opaque numeric indices (
step-b11-Normal-5col-0.zip) instead of part numbers, and STL meshes had visible artifacts on curved surfaces due to coarse tessellation settings.Changes
Part-named filenames: "Resolve part IDs" step now emits both
part_idsandpart_namesoutputs (same order). Download loops index into the names array to produce{PART_NUMBER}.zip(e.g.ETZ-B11-LB.zip,ETZ-B11-TC.zip).STL quality: Tightened tessellation tolerances to reduce faceting artifacts on radii:
angularTolerance:0.1→0.05chordTolerance:0.05→0.01