* make work with imported geometry Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * iupdates Signed-off-by: Jess Frazelle <github@jessfraz.com> * A snapshot a day keeps the bugs away! 📷🐛 (OS: namespace-profile-ubuntu-8-cores) * update known issues Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
12 lines
233 B
Plaintext
12 lines
233 B
Plaintext
import "2-5-long-m8-chc-screw.stl" as screw
|
|
|
|
screw
|
|
|> rotate(
|
|
%,
|
|
roll = 3.14,
|
|
pitch = 3.14,
|
|
yaw = 3.14,
|
|
)
|
|
|> translate(%, translate = [3.14, 3.14, 3.14])
|
|
|> scale(%, scale = [3.14, 3.14, 3.14])
|