mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-01 04:20:27 +02:00
don't translate
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user