From 447df8621b1851d0dee95da3ebd6d82a17e7beb1 Mon Sep 17 00:00:00 2001 From: Arthur Moore Date: Sat, 27 Apr 2024 01:30:15 -0400 Subject: [PATCH] Tweak defaults for Base Hole Options --- gridfinity-rebuilt-bins.scad | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gridfinity-rebuilt-bins.scad b/gridfinity-rebuilt-bins.scad index 1709b0a..fd55f88 100644 --- a/gridfinity-rebuilt-bins.scad +++ b/gridfinity-rebuilt-bins.scad @@ -89,9 +89,8 @@ magnet_holes = false; // Base will have holes for M3 screws. screw_holes = false; // Magnet holes will have crush ribs to hold the magnet. -crush_ribs = false; +crush_ribs = true; // Magnet holes will have a chamfer to ease insertion. -chamfer_magnet_holes = false; chamfer_magnet_holes = true; // Screw holes and magnet holes will be printed so supports are not needed. printable_hole_top = true;