aboutsummaryrefslogtreecommitdiff
path: root/src/blog/3dprint.md
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-06-26 23:50:36 +0200
committerschererleander <leander@schererleander.de>2025-06-26 23:50:36 +0200
commitc973009639f1346cf32121032a8e9d0289e2e7bc (patch)
tree17c063aaed56586f75f5153e9977a093fa461b74 /src/blog/3dprint.md
parenta70ef2c0869ec0bb341d0171e726e55ba288203a (diff)
change excert
Diffstat (limited to 'src/blog/3dprint.md')
-rw-r--r--src/blog/3dprint.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/blog/3dprint.md b/src/blog/3dprint.md
index 7b96a39..3a65f02 100644
--- a/src/blog/3dprint.md
+++ b/src/blog/3dprint.md
@@ -1,7 +1,7 @@
---
title: "3D Printing"
date: "2025-06-25"
-excerpt: "My 3D-printing projects: from a robotic arm to a DIY drone – including the ESP32 controller code."
+excerpt: "My 3D-printing projects: from a robotic arm to a DIY drone."
cover: "/images/a1.webp"
---
@@ -9,7 +9,7 @@ cover: "/images/a1.webp"
## Robotic Arm
-[3D model on MakerWorld](https://makerworld.com/en/models/528885-robotic-arm#profileId-445995) – modified to work with my servo motors.
+3D model on [MakerWorld](https://makerworld.com/en/models/528885-robotic-arm#profileId-445995) – modified to work with my servo motors.
```cpp
#include <Bluepad32.h>
@@ -63,4 +63,4 @@ void loop() {
else wrist.write(90);
}
delay(15);
-} \ No newline at end of file
+}