1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-12 09:44:16 +02:00

remove rotate

This commit is contained in:
Justin Lin
2021-01-15 19:06:02 +08:00
parent 94608dba0e
commit 466880027c

View File

@@ -219,6 +219,6 @@ module path_tile(n, width) {
rotate(270) tile7(); rotate(270) tile7();
} }
else if(n == 15) { else if(n == 15) {
rotate(270) tile15(); tile15();
} }
} }