config.scad 654 B

123456789101112131415161718192021222324252627282930313233
  1. draft=false;
  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_height=10;
  17. outer_pin_distance=37.2;
  18. outer_pin_diameter=4;
  19. outer_pin_angle=180;
  20. dungeon_angle=exit - 180;//55;
  21. dungeon_extra=step_height * 5;
  22. pin_clearance = 0.125;
  23. screw_length = 30;
  24. screw_diameter = 3.45;
  25. screw_head_diameter = 7.75;
  26. screw_head_height = 3.2;
  27. pin_diameter=screw_diameter+2;
  28. bottom_height=15;