From 42584b7ae5bde2d6e0a368f5e9244e6d14583820 Mon Sep 17 00:00:00 2001 From: Astrid Klipfel Date: Tue, 7 Apr 2026 20:02:30 +0200 Subject: [PATCH] fix readme --- README.md | 4 ++-- module.scad | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7527b71..042195b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,6 @@ ## Parts -[pogo pin](https://www.digikey.fr/fr/products/detail/mill-max-manufacturing-corp/0965-0-15-20-80-14-11-0/2784013) -[8mm led](https://www.digikey.fr/en/products/detail/kingbright/WP793ID/3084252) +* [pogo pin](https://www.digikey.fr/fr/products/detail/mill-max-manufacturing-corp/0965-0-15-20-80-14-11-0/2784013) +* [8mm led](https://www.digikey.fr/en/products/detail/kingbright/WP793ID/3084252) diff --git a/module.scad b/module.scad index 6516091..66f4730 100644 --- a/module.scad +++ b/module.scad @@ -279,7 +279,7 @@ translate([0,0,-pcb_gap+pcb_top_margin]) pcb_bottom(); difference(){ - //productivity_module(); + productivity_module(); //translate([0,0,(box_height-0.001)]) // cube([1.5*box_width,1.5*box_width,2*box_height],center=true); }