Loading openscad/rms_optics_module.scad +6 −1 Original line number Diff line number Diff line Loading @@ -20,4 +20,9 @@ CAMERA = "picamera_2"; PARFOCAL_DISTANCE = 45; camera_rotation = rms_optics_camera_rotation(CAMERA); configurable_optics_module(OPTICS, CAMERA, BEAMSPLITTER, PARFOCAL_DISTANCE, camera_rotation=camera_rotation); configurable_optics_module(OPTICS, CAMERA, BEAMSPLITTER, PARFOCAL_DISTANCE, camera_rotation=camera_rotation, beamsplitter_rotation=0); Loading
openscad/rms_optics_module.scad +6 −1 Original line number Diff line number Diff line Loading @@ -20,4 +20,9 @@ CAMERA = "picamera_2"; PARFOCAL_DISTANCE = 45; camera_rotation = rms_optics_camera_rotation(CAMERA); configurable_optics_module(OPTICS, CAMERA, BEAMSPLITTER, PARFOCAL_DISTANCE, camera_rotation=camera_rotation); configurable_optics_module(OPTICS, CAMERA, BEAMSPLITTER, PARFOCAL_DISTANCE, camera_rotation=camera_rotation, beamsplitter_rotation=0);