Compare commits

..

3 commits

Author SHA1 Message Date
Arthur Moore d5b1ac2ab8
Merge 3e94c65cf2 into 36345f3efb 2024-04-25 01:19:33 +00:00
Arthur Moore 3e94c65cf2 Add images of all the hole options.
Does not include all combinations.
2024-04-24 21:19:16 -04:00
Arthur Moore c47661af7f Add A 2nd Level For Supportless Hole Generation
Makes holes print better.

Use Affine Translation Matrices to be clear
how everything works without being too verbose.
2024-04-24 21:19:10 -04:00

View file

@ -228,7 +228,7 @@ module block_base_hole(hole_options, o=0) {
}
if(supportless) {
make_magnet_hole_printable(screw_radius, magnet_radius, magnet_depth);
make_hole_printable(screw_radius, magnet_radius, magnet_depth);
}
}