1 module flat_dish(width, height, depth, inverted){ 2 cube([width + 100,height + 100, depth], center=true); 3 }