Skip to content

Commit 9ae776f

Browse files
committed
Fix jig
1 parent cdba68c commit 9ae776f

10 files changed

Lines changed: 7 additions & 0 deletions

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,12 @@ Now you can use the pusher to insert the magnet into the baseplate:
215215

216216
Pull the pusher back into its original position to release the baseplate. You can now turn the jig by 90° to insert the next magnet, and then move the baseplate to fill the next square with magnets.
217217

218+
<!-- These images are generated for regression detection purposes. -->
219+
<!-- openscad -o docs/images/jig-main.png --camera=0,0,0,40,0,10,200 -D part='"jig"' mag_insert_jig.scad -->
220+
<!-- openscad -o docs/images/jig-pusher.png --camera=0,0,0,40,0,10,200 -D part='"pusher"' mag_insert_jig.scad -->
221+
<!-- openscad -o docs/images/jig-main-below.png --camera=0,0,0,140,0,10,200 -D part='"jig"' mag_insert_jig.scad -->
222+
<!-- openscad -o docs/images/jig-pusher-below.png --camera=0,0,0,140,0,10,200 -D part='"pusher"' mag_insert_jig.scad -->
223+
218224
### Glued magnets
219225

220226
Magnets can also be glued in from the top:

docs/images/click2-depth.png

-17 Bytes
Loading

docs/images/click2-gap-length.png

-24 Bytes
Loading

docs/images/click2-tab-length.png

1 Byte
Loading

docs/images/click2.png

-36 Bytes
Loading

docs/images/jig-main-below.png

28.5 KB
Loading

docs/images/jig-main.png

31.4 KB
Loading

docs/images/jig-pusher-below.png

11 KB
Loading

docs/images/jig-pusher.png

13.4 KB
Loading

mag_insert_jig.scad

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ magnet_cutout_height = 2.25 * magnet_clearance;
5959

6060
// Overwrite GridFlock's settings
6161
test_pattern = -1;
62+
magnets = true;
6263
connector_edge_puzzle = true;
6364
connector_intersection_puzzle = false;
6465
_edge_puzzle_direction_male = [false, false, false, false];

0 commit comments

Comments
 (0)