From f2a274ad0d89ea1bc25fec6f330f06dd28a83634 Mon Sep 17 00:00:00 2001
From: John Hodge <tpg@mutabah.net>
Date: Mon, 7 Mar 2022 21:23:29 +0800
Subject: [PATCH] Move freecad stuff to a `Mech` folder

---
 01-MiddleGear.fcstd => Mech/01-MiddleGear.fcstd     | Bin
 .../02-ConnectorGear.fcstd                          | Bin
 03-DriverGear.fcstd => Mech/03-DriverGear.fcstd     | Bin
 04-Bracket.fcstd => Mech/04-Bracket.fcstd           | Bin
 05-Assembly.fcstd => Mech/05-Assembly.fcstd         | Bin
 .../06-BracketV2-Lower.fcstd                        | Bin
 .../07-MiddleGearWithShaft.fcstd                    | Bin
 .../08-MiddleGearWithSocket.fcstd                   | Bin
 09-Assembly2.fcstd => Mech/09-Assembly2.fcstd       | Bin
 10-Base.fcstd => Mech/10-Base.fcstd                 | Bin
 11-BevelGear.fcstd => Mech/11-BevelGear.fcstd       | Bin
 12-MotorMount.fcstd => Mech/12-MotorMount.fcstd     | Bin
 .../13-ConnectorAdapater.fcstd                      | Bin
 .../MotorPlaceholder.fcstd                          | Bin
 x01-50ToothGear.fcstd => Mech/x01-50ToothGear.fcstd | Bin
 x02-12ToothGear.fcstd => Mech/x02-12ToothGear.fcstd | Bin
 16 files changed, 0 insertions(+), 0 deletions(-)
 rename 01-MiddleGear.fcstd => Mech/01-MiddleGear.fcstd (100%)
 rename 02-ConnectorGear.fcstd => Mech/02-ConnectorGear.fcstd (100%)
 rename 03-DriverGear.fcstd => Mech/03-DriverGear.fcstd (100%)
 rename 04-Bracket.fcstd => Mech/04-Bracket.fcstd (100%)
 rename 05-Assembly.fcstd => Mech/05-Assembly.fcstd (100%)
 rename 06-BracketV2-Lower.fcstd => Mech/06-BracketV2-Lower.fcstd (100%)
 rename 07-MiddleGearWithShaft.fcstd => Mech/07-MiddleGearWithShaft.fcstd (100%)
 rename 08-MiddleGearWithSocket.fcstd => Mech/08-MiddleGearWithSocket.fcstd (100%)
 rename 09-Assembly2.fcstd => Mech/09-Assembly2.fcstd (100%)
 rename 10-Base.fcstd => Mech/10-Base.fcstd (100%)
 rename 11-BevelGear.fcstd => Mech/11-BevelGear.fcstd (100%)
 rename 12-MotorMount.fcstd => Mech/12-MotorMount.fcstd (100%)
 rename 13-ConnectorAdapater.fcstd => Mech/13-ConnectorAdapater.fcstd (100%)
 rename MotorPlaceholder.fcstd => Mech/MotorPlaceholder.fcstd (100%)
 rename x01-50ToothGear.fcstd => Mech/x01-50ToothGear.fcstd (100%)
 rename x02-12ToothGear.fcstd => Mech/x02-12ToothGear.fcstd (100%)

diff --git a/01-MiddleGear.fcstd b/Mech/01-MiddleGear.fcstd
similarity index 100%
rename from 01-MiddleGear.fcstd
rename to Mech/01-MiddleGear.fcstd
diff --git a/02-ConnectorGear.fcstd b/Mech/02-ConnectorGear.fcstd
similarity index 100%
rename from 02-ConnectorGear.fcstd
rename to Mech/02-ConnectorGear.fcstd
diff --git a/03-DriverGear.fcstd b/Mech/03-DriverGear.fcstd
similarity index 100%
rename from 03-DriverGear.fcstd
rename to Mech/03-DriverGear.fcstd
diff --git a/04-Bracket.fcstd b/Mech/04-Bracket.fcstd
similarity index 100%
rename from 04-Bracket.fcstd
rename to Mech/04-Bracket.fcstd
diff --git a/05-Assembly.fcstd b/Mech/05-Assembly.fcstd
similarity index 100%
rename from 05-Assembly.fcstd
rename to Mech/05-Assembly.fcstd
diff --git a/06-BracketV2-Lower.fcstd b/Mech/06-BracketV2-Lower.fcstd
similarity index 100%
rename from 06-BracketV2-Lower.fcstd
rename to Mech/06-BracketV2-Lower.fcstd
diff --git a/07-MiddleGearWithShaft.fcstd b/Mech/07-MiddleGearWithShaft.fcstd
similarity index 100%
rename from 07-MiddleGearWithShaft.fcstd
rename to Mech/07-MiddleGearWithShaft.fcstd
diff --git a/08-MiddleGearWithSocket.fcstd b/Mech/08-MiddleGearWithSocket.fcstd
similarity index 100%
rename from 08-MiddleGearWithSocket.fcstd
rename to Mech/08-MiddleGearWithSocket.fcstd
diff --git a/09-Assembly2.fcstd b/Mech/09-Assembly2.fcstd
similarity index 100%
rename from 09-Assembly2.fcstd
rename to Mech/09-Assembly2.fcstd
diff --git a/10-Base.fcstd b/Mech/10-Base.fcstd
similarity index 100%
rename from 10-Base.fcstd
rename to Mech/10-Base.fcstd
diff --git a/11-BevelGear.fcstd b/Mech/11-BevelGear.fcstd
similarity index 100%
rename from 11-BevelGear.fcstd
rename to Mech/11-BevelGear.fcstd
diff --git a/12-MotorMount.fcstd b/Mech/12-MotorMount.fcstd
similarity index 100%
rename from 12-MotorMount.fcstd
rename to Mech/12-MotorMount.fcstd
diff --git a/13-ConnectorAdapater.fcstd b/Mech/13-ConnectorAdapater.fcstd
similarity index 100%
rename from 13-ConnectorAdapater.fcstd
rename to Mech/13-ConnectorAdapater.fcstd
diff --git a/MotorPlaceholder.fcstd b/Mech/MotorPlaceholder.fcstd
similarity index 100%
rename from MotorPlaceholder.fcstd
rename to Mech/MotorPlaceholder.fcstd
diff --git a/x01-50ToothGear.fcstd b/Mech/x01-50ToothGear.fcstd
similarity index 100%
rename from x01-50ToothGear.fcstd
rename to Mech/x01-50ToothGear.fcstd
diff --git a/x02-12ToothGear.fcstd b/Mech/x02-12ToothGear.fcstd
similarity index 100%
rename from x02-12ToothGear.fcstd
rename to Mech/x02-12ToothGear.fcstd
-- 
GitLab