Browse Source

Added clearance to the programming jig

It was too tight for MacroFab's routing tolerances before, so some
boards didn't fit well.  Now they all fit just fine, making me a happy
camper.
Clara Hobbs 6 years ago
parent
commit
711337c311
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      programming-jig.scad

+ 1
- 1
programming-jig.scad View File

19
  * 3D-printed part of a PD Buddy programming jig
19
  * 3D-printed part of a PD Buddy programming jig
20
  */
20
  */
21
 module programming_jig(board=sink_1_0, layer_thickness=0.4*mm,
21
 module programming_jig(board=sink_1_0, layer_thickness=0.4*mm,
22
-		extrusion_width=0.6*mm, clearance=0.1*mm) {
22
+		extrusion_width=0.6*mm, clearance=0.35*mm) {
23
 	/* It would be ridiculous to try to cram enough information into the board
23
 	/* It would be ridiculous to try to cram enough information into the board
24
 	 * objects to properly parameterize this, so the board is only used to set
24
 	 * objects to properly parameterize this, so the board is only used to set
25
 	 * which object we're making. */
25
 	 * which object we're making. */

Loading…
Cancel
Save