/ src / dishes / flat.scad
flat.scad
1  module flat_dish(width, height, depth, inverted){
2    cube([width + 100,height + 100, depth], center=true);
3  }