Skip to content
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

include borders of objects in the generated image #227

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

l29ah
Copy link
Contributor

@l29ah l29ah commented Jun 28, 2019

test case:

union() {
    square([10, 10]);
    translate([10, 5])
        square([10, 20]);
}

test case:
```
union() {
    square([10, 10]);
    translate([10, 5])
        square([10, 20]);
}
```
@l29ah l29ah force-pushed the image-include-border branch from f1351e2 to 4ad711e Compare June 28, 2019 23:52
@julialongtin
Copy link
Member

you got a command line to go with this test case, or a description of what it's supposed to do? :)

@l29ah
Copy link
Contributor Author

l29ah commented Jun 30, 2019

Just compare the output with the patch and without it.

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