From 314e943054f866ed06679edbe387173f6fee0e60 Mon Sep 17 00:00:00 2001 From: Matthew Baggett Date: Thu, 20 Jun 2024 04:02:11 +0200 Subject: [PATCH] Move the original source STL --- fondlecube.scad | 4 ++-- .../Weighted_Companion_Cube.stl | Bin 2 files changed, 2 insertions(+), 2 deletions(-) rename Weighted_Companion_Cube.stl => original_sources/Weighted_Companion_Cube.stl (100%) diff --git a/fondlecube.scad b/fondlecube.scad index ed2cb15..204feaa 100644 --- a/fondlecube.scad +++ b/fondlecube.scad @@ -13,7 +13,7 @@ module companionCube(){ scale([10,10,10]) scale([1/2.54,1/2.54,1/2.54]) translate([-25.4/2,-25.4/2,-25.4/2]) - import("Weighted_Companion_Cube.stl"); + import("original_sources/Weighted_Companion_Cube.stl"); } module body(){ @@ -93,4 +93,4 @@ if(!$preview){ translate([0,+50,0])rear(); }else{ #body(); -}/**/ \ No newline at end of file +}/**/ diff --git a/Weighted_Companion_Cube.stl b/original_sources/Weighted_Companion_Cube.stl similarity index 100% rename from Weighted_Companion_Cube.stl rename to original_sources/Weighted_Companion_Cube.stl