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:
b2aa29a
)
toolbox-inserts: Remove a spurious semicolon
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 10 Jun 2025 11:10:47 +0000
(12:10 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Thu, 12 Jun 2025 19:48:15 +0000
(20:48 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
toolbox-inserts.scad
patch
|
blob
|
history
diff --git
a/toolbox-inserts.scad
b/toolbox-inserts.scad
index df3ff211bf51f7b0516cced6158254fd8ada1d6e..986110bfe6d3f355ff43818a4133ea33235fe8b3 100644
(file)
--- a/
toolbox-inserts.scad
+++ b/
toolbox-inserts.scad
@@
-72,7
+72,7
@@
bit_pitch_y = 25.4 * 3 / 4;
bit_n_x = 10;
bit_n_y = 2;
bit_mag_d = 6 + 0.5;
-bit_bit_d = 7.2 + 0.4;
;
+bit_bit_d = 7.2 + 0.4;
bit_around_mag_r = 0.75; // unused
bit_around_bit_wall = 2.0;
bit_registration_wall = 1.0;