From 3829f84ce831513cc992b95b475ad9c5e0bba94e Mon Sep 17 00:00:00 2001 From: alpcentaur Date: Thu, 9 Mar 2023 23:19:06 +0100 Subject: [PATCH] added dir with stl-files --- .3d.php.swp | Bin 0 -> 1024 bytes 3d.php | 4 ++-- .../KaosCubeTopThick2mm_cut_joints.stl | Bin .../KaosCube_support_cable.stl | Bin 4 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 .3d.php.swp rename KaosCubeTopThick2mm_cut_joints.stl => stl-files/KaosCubeTopThick2mm_cut_joints.stl (100%) rename KaosCube_support_cable.stl => stl-files/KaosCube_support_cable.stl (100%) diff --git a/.3d.php.swp b/.3d.php.swp new file mode 100644 index 0000000000000000000000000000000000000000..0e7ec4bc30538621155c5181099f46241f1ff213 GIT binary patch literal 1024 zcmYc?$V<%2S1{ExVL$;Eca0bla|)7E^GXs+i%_I6IJt?LIeN*7d3lLRnR%J1MVWdj fsThiY0>&wN1sMg{WJbkCLtr!n=nw*-=ym`Au%8ln literal 0 HcmV?d00001 diff --git a/3d.php b/3d.php index 443235e..e42f451 100644 --- a/3d.php +++ b/3d.php @@ -144,8 +144,8 @@ var animate = function () { } window.onload = function() { - STLViewer("KaosCubeTopThick2mm_cut_joints.stl", "model0") - STLViewer("KaosCube_support_cable.stl", "model1") + STLViewer("STL-Files/KaosCubeTopThick2mm_cut_joints.stl", "model0") + STLViewer("STL-Files/KaosCube_support_cable.stl", "model1") } diff --git a/KaosCubeTopThick2mm_cut_joints.stl b/stl-files/KaosCubeTopThick2mm_cut_joints.stl similarity index 100% rename from KaosCubeTopThick2mm_cut_joints.stl rename to stl-files/KaosCubeTopThick2mm_cut_joints.stl diff --git a/KaosCube_support_cable.stl b/stl-files/KaosCube_support_cable.stl similarity index 100% rename from KaosCube_support_cable.stl rename to stl-files/KaosCube_support_cable.stl