summaryrefslogtreecommitdiff
authorMichael Krelin <hacker@klever.net>2018-08-12 00:07:11 (UTC)
committer Michael Krelin <hacker@klever.net>2018-08-12 00:07:11 (UTC)
commite3574275ad904b8ec1b188ee91d0023ea9974cb8 (patch) (side-by-side diff)
tree035beadbc25b00303a9046e8b60256edef0c035f
parent85e4ed9548fa3be5b95004491b6c178a2990bbe7 (diff)
downloadextrudery-e3574275ad904b8ec1b188ee91d0023ea9974cb8.zip
extrudery-e3574275ad904b8ec1b188ee91d0023ea9974cb8.tar.gz
extrudery-e3574275ad904b8ec1b188ee91d0023ea9974cb8.tar.bz2
whitespace
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--another.scad2
1 files changed, 1 insertions, 1 deletions
diff --git a/another.scad b/another.scad
index be0c887..6af68b6 100644
--- a/another.scad
+++ b/another.scad
@@ -206,7 +206,7 @@ module the_extruder(
module body() {
difference() {
union() {
- cylinder(d=gearbox_d,h=body_h,$fn=fnd*gearbox_d);
+ cylinder(d=gearbox_d,h=body_h,$fn=fnd*gearbox_d);
// finger and spring support
fsw = gearbox_d-(gearbox_d-mount_d)/2-spring_lc;
translate([-gearbox_d/2,0,0]) difference() {