Skip to content

Commit 79f0a33

Browse files
committed
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...
1 parent ef6838c commit 79f0a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate_makefile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
optics_versions_LS65 = ["picamera_2_pilens", "logitech_c270_c270_lens"]
1818
optics_versions_LS65 += [cam + "_" + lens for cam in cameras for lens in lenses if "rms" in lens] + ["m12_m12_lens"]
1919
optics_versions = [v + "_LS65" for v in optics_versions_LS65]
20-
sample_riser_versions = ['LS10', 'LS5', 'SS5']
20+
sample_riser_versions = ['LS10']
2121
slide_riser_versions = ['LS10']
2222
stand_versions = ['LS65-20', 'LS65-160']
2323

0 commit comments

Comments
 (0)