Johannes Kreutz 2 years ago
parent
commit
3e2e2eae27
4 changed files with 9 additions and 0 deletions
  1. BIN
      testdata/glas.3mf
  2. 9 0
      testdata/glas.scad
  3. BIN
      testdata/glas.trackproj
  4. BIN
      testdata/glasExport.3mf

BIN
testdata/glas.3mf


+ 9 - 0
testdata/glas.scad

@@ -0,0 +1,9 @@
+$fn=100;
+
+cylinder(2, 15, 15, false);
+cylinder(31, 3, 3, false);
+translate([0, 0, 30]) difference() {
+    cylinder(15, 3, 22, false);
+    cylinder(15, 1, 20, false);
+}
+translate([9, -2.5, 0]) cube([5, 5, 5]);

BIN
testdata/glas.trackproj


BIN
testdata/glasExport.3mf