-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
differed does not work #13
Comments
Have you tried building with F6? |
that worked, but doing an F5, it did not.
can't remember a time, that F5 preview & F6 view did not look alike. Why is
that? and is there a way to fix that?
…--
Extra Ham Operator: K7AZJ
Registered Linux User: 275424
Raspberry Pi and Openscad developer
*The most exciting phrase to hear in science - the one that heralds new
discoveries - is not "Eureka!" but "That's funny...".*- Isaac. Asimov
On Wed, Aug 23, 2017 at 8:54 PM, Carl Davidson ***@***.***> wrote:
Have you tried building with F6?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABZex4469ODxgbi6YL0VleXg5BgLQsq0ks5sbPP6gaJpZM4PA1oZ>
.
|
The problem goes away if you set the positive space not to include the hole:
So maybe this is an issue with defaults? We could set positive space to be the negation of the negative space, if no default is provided. |
I changed to code to this, and it works (and looks as expected). You could change the wiki to reflect what the code should be, or change the defaults, so that when we put the code (that I first posted, from the wiki), it looks and acts as expected. thanks. |
It's better to change the default positive selector to "not()". |
…of the negative space
Fix #13: change differed() positive default
The following code on the wiki does not provide the desired result:
differed("hole")
ball(50)
orient([x,y,z])
rod(d=25, h=55, $class="hole");
I am on osx Sierra (10.12.4), openscad (2017.08.03). Latest version on relativity.scad.
The text was updated successfully, but these errors were encountered: