Skip to content

fix: document dxflib patches and remove dead tessellation guard#340

Merged
spe-ciellt merged 1 commit intogerbv:developfrom
SourceParts:fix/dxf-export-cleanup
Mar 3, 2026
Merged

fix: document dxflib patches and remove dead tessellation guard#340
spe-ciellt merged 1 commit intogerbv:developfrom
SourceParts:fix/dxf-export-cleanup

Conversation

@rampageservices
Copy link
Copy Markdown
Contributor

Addresses #334.

  • Documents the two patches applied to the bundled dxflib in thirdparty/dxflib/VERSION
  • Removes the redundant if (steps < 1) steps = 1 guard in DXF polygon arc tessellation — the + 1 already guarantees steps >= 1

Add patch descriptions to thirdparty/dxflib/VERSION and remove the
redundant `if (steps < 1) steps = 1` guard in DXF polygon arc
tessellation — the `+ 1` in the preceding expression already
guarantees steps >= 1.

Addresses gerbv#334.
@spe-ciellt
Copy link
Copy Markdown
Contributor

Perfect!

@spe-ciellt spe-ciellt added the documentation Improvements or additions to documentation label Mar 3, 2026
@spe-ciellt spe-ciellt self-assigned this Mar 3, 2026
@spe-ciellt spe-ciellt merged commit d522453 into gerbv:develop Mar 3, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants