OpenFlexure Microscope OpenSCAD docs
main_body.scad
- *
- OpenFlexure Microscope: Microscope body *
- *
- This is the chassis of the OpenFlexure microscope, an open *
- microscope and 3-axis translation stage. It gets really good *
- precision over a ~10mm range, by using plastic flexure *
- mechanisms. *
- *
- (c) Richard Bowman, January 2016 *
- Released under the CERN Open Hardware License *
- *
module main_body_stl(version_string, hash)
[Source]
module main_body_stl(version_string, hash){ params = default_params(); smart_brim_r = key_lookup("smart_brim_r", params); exterior_brim(r=smart_brim_r){ main_body(params, version_string, hash); } }