mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-01 20:40:28 +02:00
don't translate
This commit is contained in:
@@ -29,7 +29,6 @@ $fn = 24;
|
|||||||
translate([0, tile_width * (rows + 1)]) {
|
translate([0, tile_width * (rows + 1)]) {
|
||||||
color("LightGrey")
|
color("LightGrey")
|
||||||
linear_extrude(tile_thickness / 2)
|
linear_extrude(tile_thickness / 2)
|
||||||
translate([-tile_width / 2, -tile_width / 2])
|
|
||||||
square([columns * tile_width, rows * tile_width]);
|
square([columns * tile_width, rows * tile_width]);
|
||||||
|
|
||||||
color("green")
|
color("green")
|
||||||
|
Reference in New Issue
Block a user