chiark
/
gitweb
/
~ianmdlvl
/
reprap-play.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8636193
)
Revert "toolbox-inserts: t.scad demonstraitng broken even if reimported"
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 21 Apr 2025 00:06:50 +0000
(
01:06
+0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 21 Apr 2025 00:06:50 +0000
(
01:06
+0100)
This reverts commit
8636193b6eae0fdcd0ec65fd57d8a9e8930e066e
.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
t.scad
[deleted file]
patch
|
blob
|
history
diff --git
a/t.scad
b/t.scad
deleted file mode 100644
(file)
index
3e7ee89
..0000000
--- a/
t.scad
+++ /dev/null
@@
-1,9
+0,0 @@
-// -*- C -*-
-
-include <utils.scad>
-
-render()
-intersection(){
- import("toolbox-inserts-coarse,DriverHandleHolder.auto.stl");
- linextr(-100, 100) square(center=true, 1000);
-}