Created
July 23, 2023 15:18
-
-
Save pyrho/69e2ed905d3ad520829d362437434189 to your computer and use it in GitHub Desktop.
bottle_holder.diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10a11 | |
> boltZOffset=-15; | |
132c133,134 | |
< for(z=[0.5,-0.5]) t([0,0,z*boltSpan]){ | |
--- | |
> t([0, 0, boltZOffset]) | |
> for(z=[0.5,-0.5]) t([0,0,(z*boltSpan)]){ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment