OpenFlexure Microscope OpenSCAD docs

accessories/bottom_of_main_body.scad

module bottom_of_main_body()
[Source]
module bottom_of_main_body(){
    params = default_params();
    flatten(){
        // Version and hash string isn't used, but needs to be set.
	main_body(params, version_string="", hash="");
    }
}