top.scad 233 B

12345678910111213
  1. include <pot.scad>
  2. top_wall_thickness = 5;
  3. curtain_space = 15;
  4. top_placer_thickness = 4;
  5. top_placer_margin = 0.5;
  6. cable_hole = 2;
  7. diode_size = [7, 7];
  8. top_color = "lightgreen";
  9. curtain_height
  10. = single_pot_size.z
  11. - curtain_space;