Skip to content
This repository was archived by the owner on Nov 21, 2021. It is now read-only.

Patch for drum() module to work around an openscad bug in how difference() works on Mac and Linux#8

Open
jprorama wants to merge 1 commit intosyvwlch:masterfrom
jprorama:master
Open

Patch for drum() module to work around an openscad bug in how difference() works on Mac and Linux#8
jprorama wants to merge 1 commit intosyvwlch:masterfrom
jprorama:master

Conversation

@jprorama
Copy link

There is an inconsistency in openscad in how difference works on Macs and Linux.
When the drumHeight is 0, i.e. escapementWheel(), then the first term in the difference() for
the drum() module will be empty. This causes the Mac to treat the second term as the actual
object and render it. This leaves an artifact on the escapement wheel that is a solid disk which must
be drilled out manually to recover the axis hole for the escapement wheel. On linux platforms this
artifact doesn't appear.

For an openscad example that demonstrates the problem see:
openscad/openscad#221

There is an inconsistency in openscad in how difference works on Macs and Linux.
When the drumHeight is 0, i.e. escapementWheel(), then the first term in the difference() for
the drum() module will be empty.  This causes the Mac to treat the second term as the actual
object and render it.  This leaves an artifact on the escapement wheel that is a solid disk which must
be drilled out manually to recover the axis hole for the escapement wheel. On linux platforms this
artifact doesn't appear.

For an openscad example that demonstrates the problem see:
 openscad/openscad#221
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant