config.scad 454 B

12345678910111213141516171819202122
  1. draft=true;
  2. tower_radius = 85 / 2;
  3. tower_height = 135;
  4. groove = 1;
  5. target_brick_width = 10;
  6. target_brick_height = 5;
  7. brick_depth = 7;
  8. bottom_offset = 18.65;
  9. dungeon_height = tower_radius - bottom_offset;
  10. bottom_stairs = tower_radius - bottom_offset;
  11. exit = -121.5;
  12. step_height=5;
  13. step_depth=6.7; // 5;
  14. twists = 2;
  15. underslope=68; //62.5;
  16. pin_diameter=6;
  17. pin_height=10;
  18. outer_pin_distance=37.2;
  19. outer_pin_diameter=4;
  20. outer_pin_angle=180;
  21. dungeon_angle=55;