support compiling with previous stl versions
tomhea opened this issue · 0 comments
tomhea commented
Maybe save all previous stl's in the repo too, under:
flipjump/stl/
- ./stl1.0.0/*
- ./stl1.1.0/*
- ./stl1.2.0/*
- ./stl1.2.1/*
- ...
The default stl to be used will be the latest release, yet you could control it with a --stl-version 1.1.0
cli argument (also add support in the flipjump_quickstart.py functions)