OpenFlexure Microscope OpenSCAD docs
lens_spacer_b0196.scad
* * This is an alternative optics module that is to * be used together with the camera platform, to make a cheap * optics module that uses the webcam lens. New in this version * is compatibility with the taller stage (because the sensor is * no longer required to sit below the microscope body).
module lens_spacer_stl()
[Source]
module lens_spacer_stl(){ params = default_params(); optics_config = b0196lens_config(); lens_spacer(params, optics_config); }