add GL45 holder for dovetail platform#20
Conversation
|
Sorry, took me a while, but now I've actually read the scad, I get it. Your scad, takes the stl with the dodgy corner markings and covers them. My only concern is that others may also not get this and print the one with the dodgy corner markings. Is there a way we can make this less likely, and more likely that they print your nice smooth, and much more sterilisable version? |
|
Yes, we keep the source in the github repo, and we link to the files we want folks to use from our documentation - whether that is a markdown file in the repo or a website. |
| @@ -0,0 +1,12 @@ | |||
| import("duran_holder_platform_center_0.25L.stl"); | |||
There was a problem hiding this comment.
| import("duran_holder_platform_center_0.25L.stl"); | |
| // GL45BottleHolder – Pioreactor dovetail GL45 bottle holder | |
| // | |
| // The upstream Duran holders (e.g. Printables 1058356) have lettering | |
| // cut into the four corners. Those recessed letter shapes trap residue | |
| // and are awkward to clean. This SCAD fills them with smooth pillars | |
| // while leaving the rest of the geometry untouched. The 0.25 L version | |
| // renders to GL45_holder_250ml.stl – that's the file to print. | |
| import("duran_holder_platform_center_0.25L.stl"); |
|
O4.7: Alongside the inline suggestion above:
|
No description provided.