Skip to content

Instantly share code, notes, and snippets.

@devbyray
Created June 5, 2024 13:16
Show Gist options
  • Save devbyray/3fc1c97f1f629cf38177f5c68d783f8e to your computer and use it in GitHub Desktop.
Save devbyray/3fc1c97f1f629cf38177f5c68d783f8e to your computer and use it in GitHub Desktop.
For loop example openscad
for( i = [0:1:15]) {
tranlate([i * coster_size, 0, 1])
....
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment