Skip to content

Instantly share code, notes, and snippets.

@pyrho
Created July 23, 2023 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pyrho/69e2ed905d3ad520829d362437434189 to your computer and use it in GitHub Desktop.
Save pyrho/69e2ed905d3ad520829d362437434189 to your computer and use it in GitHub Desktop.
bottle_holder.diff
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