3
1
Back

Sphere_indents_radius = 3; /* [Sphere Indents (optional)] */ // Four hole threshold (HP four_hole_threshold = 10; knob_radius_bottom = 14; // [1:1:84] /* [Holes] */ hole_dist_top = 2.5; rail_clearance = 8.5; // mm from very top/bottom edge and where it is a little bit of margin // margins from edges h_margin = hole_dist_side + thickness; right_rib_x = width_mm - h_margin; left_rib_x = thickness * 1.2; right_rib_x = width_mm - h_margin; col_left = h_margin; col_middle = col_left + (15.6 + 1.5 + 7 + 8); // pot + led + switch? Col_right = width_mm - thickness*2; left_rib_x = thickness * 1; //right_rib_x = width_mm - thickness*2; From 88bf85725f2c856b6f99f99568e61e08e1060d3b Mon Sep 17 00:00:00 2001 Subject: [PATCH 1/2] Docs for installation and contributing. PRs welcome. I think.

New Pull Request