From 79f0a337841f2e22b1f42ff923f66a0682bfd3fc Mon Sep 17 00:00:00 2001 From: Richard Bowman Date: Tue, 15 Jan 2019 14:23:02 +0000 Subject: [PATCH] Actually removed LS5 and SS10 risers don't know what happened in the previous commit, but I must have forgotten to save or something - the LS5 riser is too shallow for the counterbored holes, so doesn't work, and the SS10 riser is for a stage that no longer exists... --- generate_makefile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate_makefile.py b/generate_makefile.py index 9661111..61d34c2 100644 --- a/generate_makefile.py +++ b/generate_makefile.py @@ -17,7 +17,7 @@ optics_versions_LS65 = ["picamera_2_pilens", "logitech_c270_c270_lens"] optics_versions_LS65 += [cam + "_" + lens for cam in cameras for lens in lenses if "rms" in lens] + ["m12_m12_lens"] optics_versions = [v + "_LS65" for v in optics_versions_LS65] -sample_riser_versions = ['LS10', 'LS5', 'SS5'] +sample_riser_versions = ['LS10'] slide_riser_versions = ['LS10'] stand_versions = ['LS65-20', 'LS65-160']