Skip to content

Commit

Permalink
Actually removed LS5 and SS10 risers
Browse files Browse the repository at this point in the history
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...
  • Loading branch information
rwb27 committed Jan 15, 2019
1 parent ef6838c commit 79f0a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_makefile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']

Expand Down

0 comments on commit 79f0a33

Please sign in to comment.