ImplicitCAD icon indicating copy to clipboard operation
ImplicitCAD copied to clipboard

include borders of objects in the generated image

Open l29ah opened this issue 6 years ago • 2 comments

test case:

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

l29ah avatar Jun 28 '19 23:06 l29ah

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

julialongtin avatar Jun 29 '19 21:06 julialongtin

Just compare the output with the patch and without it.

l29ah avatar Jun 30 '19 03:06 l29ah