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); }