From c973009639f1346cf32121032a8e9d0289e2e7bc Mon Sep 17 00:00:00 2001 From: schererleander Date: Thu, 26 Jun 2025 23:50:36 +0200 Subject: change excert --- src/blog/3dprint.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/blog/3dprint.md') 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 @@ -63,4 +63,4 @@ void loop() { else wrist.write(90); } delay(15); -} \ No newline at end of file +} -- cgit v1.3.1