summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/example015.scad4
-rw-r--r--examples/example016.scad2
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/example015.scad b/examples/example015.scad
index 21789b4..b123496 100644
--- a/examples/example015.scad
+++ b/examples/example015.scad
@@ -19,8 +19,8 @@ module shape()
rotate(-45) scale([ 0.7, 1.3 ]) circle(5);
}
- import_dxf(filename = "example009.dxf",
- layername = "body", convexity = 6, scale=2);
+ import_dxf(file = "example009.dxf", layer = "body",
+ convexity = 6, scale=2);
}
// linear_extrude(convexity = 10, center = true)
diff --git a/examples/example016.scad b/examples/example016.scad
index 0dfe50b..d75fafb 100644
--- a/examples/example016.scad
+++ b/examples/example016.scad
@@ -21,7 +21,7 @@ module blk2() {
module chop() {
translate([ -14, 0, 0 ])
- import_stl(filename = "example016.stl", convexity = 12);
+ import_stl(file = "example016.stl", convexity = 12);
}
difference() {
contact: Jan Huwald // Impressum