1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-29 17:30:11 +02:00
This commit is contained in:
Justin Lin
2019-09-26 08:53:47 +08:00
parent ea0fee1148
commit e4ac6dcb98
35 changed files with 500 additions and 456 deletions

View File

@@ -19,8 +19,8 @@ module hypnotic_squares(x_grids, y_grids, grid_size, final_size, line_width) {
module hollow_square(x, y, size) {
translate([x - half_lw, y - half_lw])
hollow_out(line_width)
square(size + line_width);
hollow_out(line_width)
square(size + line_width);
}
module draw(x, y, size, xMovement, yMovement, steps) {