1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-19 15:17:10 +01:00

don't translate

This commit is contained in:
Justin Lin 2021-01-16 22:26:40 +08:00
parent 04116591f3
commit 283ebd3368

View File

@ -29,7 +29,6 @@ $fn = 24;
translate([0, tile_width * (rows + 1)]) {
color("LightGrey")
linear_extrude(tile_thickness / 2)
translate([-tile_width / 2, -tile_width / 2])
square([columns * tile_width, rows * tile_width]);
color("green")