Created
June 5, 2024 13:16
-
-
Save devbyray/3fc1c97f1f629cf38177f5c68d783f8e to your computer and use it in GitHub Desktop.
For loop example openscad
This file contains hidden or 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
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