Merge branch 'master' into color-priority

felipesanches-svg
Marius Kintel 2011-12-28 18:16:17 +01:00
commit 6b5c103d57
2 changed files with 4 additions and 4 deletions

View File

@ -20,13 +20,13 @@ difference()
intersection() intersection()
{ {
translate([ -125, -25, -25]) translate([ -125, -25, -26])
linear_extrude(height = 50, convexity = 1) linear_extrude(height = 52, convexity = 1)
import(file = "example008.dxf", layer = "X"); import(file = "example008.dxf", layer = "X");
rotate(90, [0, 1, 0]) rotate(90, [0, 1, 0])
translate([ -125, -25, -25]) translate([ -125, -25, -26])
linear_extrude(height = 50, convexity = 1) linear_extrude(height = 52, convexity = 1)
import(file = "example008.dxf", layer = "X"); import(file = "example008.dxf", layer = "X");
} }
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB