diff --git a/mod/mould/casting_from_3D_positive_mould/res/conf/some-config.xml b/mod/mould/casting_from_3D_positive_mould/res/conf/some-config.xml
deleted file mode 100644
index e7ef482..0000000
--- a/mod/mould/casting_from_3D_positive_mould/res/conf/some-config.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/mod/mould/casting_from_3D_positive_mould/src/mech/case-alternative.fcstd b/mod/mould/casting_from_3D_positive_mould/src/mech/case-alternative.fcstd
deleted file mode 100644
index e69de29..0000000
diff --git a/mod/mould/casting_from_3D_positive_mould/src/mech/case.fcstd b/mod/mould/casting_from_3D_positive_mould/src/mech/case.fcstd
deleted file mode 100644
index e69de29..0000000
diff --git a/mod/mould/casting_from_3D_positive_mould/src/mech/parts.lib b/mod/mould/casting_from_3D_positive_mould/src/mech/parts.lib
deleted file mode 100644
index 8b13789..0000000
--- a/mod/mould/casting_from_3D_positive_mould/src/mech/parts.lib
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/mod/mould/casting_from_3D_positive_mould/src/mech/pieceX.scad b/mod/mould/casting_from_3D_positive_mould/src/mech/pieceX.scad
deleted file mode 100644
index d233d82..0000000
--- a/mod/mould/casting_from_3D_positive_mould/src/mech/pieceX.scad
+++ /dev/null
@@ -1,57 +0,0 @@
-// SPDX-FileCopyrightText: 2021 Jens Meisner
-//
-// SPDX-License-Identifier: CC-BY-SA-4.0
-
-/*File Info--------------------------------------------------------------------
-File Name: PoleBase.scad
-Project Name: OpenHardware LOOM - OHLOOM
-License: Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
-Name: Jens Meisner
-Date: 08/01/20
-Desc: This file is part of the OHLOOM Project. Original design by Oliver Slueter, who made all wooden parts without a CNC Router. https://wiki.opensourceecology.de/Open_Hardware-Webstuhl_%E2%80%93_OHLOOM
-Usage:
-./OHLoom_Documentation/Assembly_Guide/AssemblyGuide.md
-./OHLoom_Documentation/User_Guide/OHLOOM_UserGuide.md
-/*
-/*Modifications------------------------------------------------------------
-New File Name: Enter name, if it has changed
-Name: Enter name of author
-Date:
-Desc: Describe changes of the original design
-*/
-//Please continue with any fur enter any further modification here
-//--------------------------------------------------------------------------------
-
-d1=47; //outer diameter
-d2=37; //inner diameter
-h1=100; //cylinder height
-h2=5; //base thickness
-
-union()
-{
- hull()
- {
- translate([-d2/4,-d2*1.8,0])
- cylinder(h=h2,d=d2);
- translate([d2/4,-d2*1.8,0])
- cylinder(h=h2,d=d2);
- translate([-d2,d2/1.5,0])
- cylinder(h=h2,d=d2);
- translate([d2,d2/1.5,0])
- cylinder(h=h2,d=d2);
- }
- difference()
- {
- union()
- {
- cylinder(h=h1,d=d1);
- translate([0,h2/2,d1/2])
- rotate([90,30,0])
- cylinder(h=h2,d=d1*1.8,$fn=3);
- translate([h2/2,0,d1/2])
- rotate([90,30,-90])
- cylinder(h=h2,d=d1*1.8,$fn=3);
- }
- cylinder(h=h1,d=d2);
- }
-}
\ No newline at end of file
diff --git a/mod/mould/direct_3D_negative_mould/res/conf/some-config.xml b/mod/mould/direct_3D_negative_mould/res/conf/some-config.xml
deleted file mode 100644
index e7ef482..0000000
--- a/mod/mould/direct_3D_negative_mould/res/conf/some-config.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/mod/mould/direct_3D_negative_mould/src/mech/case-alternative.fcstd b/mod/mould/direct_3D_negative_mould/src/mech/case-alternative.fcstd
deleted file mode 100644
index e69de29..0000000
diff --git a/mod/mould/direct_3D_negative_mould/src/mech/case.fcstd b/mod/mould/direct_3D_negative_mould/src/mech/case.fcstd
deleted file mode 100644
index e69de29..0000000
diff --git a/mod/mould/direct_3D_negative_mould/src/mech/parts.lib b/mod/mould/direct_3D_negative_mould/src/mech/parts.lib
deleted file mode 100644
index 8b13789..0000000
--- a/mod/mould/direct_3D_negative_mould/src/mech/parts.lib
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/mod/mould/direct_3D_negative_mould/src/mech/pieceX.scad b/mod/mould/direct_3D_negative_mould/src/mech/pieceX.scad
deleted file mode 100644
index d233d82..0000000
--- a/mod/mould/direct_3D_negative_mould/src/mech/pieceX.scad
+++ /dev/null
@@ -1,57 +0,0 @@
-// SPDX-FileCopyrightText: 2021 Jens Meisner
-//
-// SPDX-License-Identifier: CC-BY-SA-4.0
-
-/*File Info--------------------------------------------------------------------
-File Name: PoleBase.scad
-Project Name: OpenHardware LOOM - OHLOOM
-License: Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
-Name: Jens Meisner
-Date: 08/01/20
-Desc: This file is part of the OHLOOM Project. Original design by Oliver Slueter, who made all wooden parts without a CNC Router. https://wiki.opensourceecology.de/Open_Hardware-Webstuhl_%E2%80%93_OHLOOM
-Usage:
-./OHLoom_Documentation/Assembly_Guide/AssemblyGuide.md
-./OHLoom_Documentation/User_Guide/OHLOOM_UserGuide.md
-/*
-/*Modifications------------------------------------------------------------
-New File Name: Enter name, if it has changed
-Name: Enter name of author
-Date:
-Desc: Describe changes of the original design
-*/
-//Please continue with any fur enter any further modification here
-//--------------------------------------------------------------------------------
-
-d1=47; //outer diameter
-d2=37; //inner diameter
-h1=100; //cylinder height
-h2=5; //base thickness
-
-union()
-{
- hull()
- {
- translate([-d2/4,-d2*1.8,0])
- cylinder(h=h2,d=d2);
- translate([d2/4,-d2*1.8,0])
- cylinder(h=h2,d=d2);
- translate([-d2,d2/1.5,0])
- cylinder(h=h2,d=d2);
- translate([d2,d2/1.5,0])
- cylinder(h=h2,d=d2);
- }
- difference()
- {
- union()
- {
- cylinder(h=h1,d=d1);
- translate([0,h2/2,d1/2])
- rotate([90,30,0])
- cylinder(h=h2,d=d1*1.8,$fn=3);
- translate([h2/2,0,d1/2])
- rotate([90,30,-90])
- cylinder(h=h2,d=d1*1.8,$fn=3);
- }
- cylinder(h=h1,d=d2);
- }
-}
\ No newline at end of file