mirror of
https://github.com/kennetek/gridfinity-rebuilt-openscad.git
synced 2024-10-31 22:07:16 +00:00
Tweak defaults for Base Hole Options
This commit is contained in:
parent
73b10760f8
commit
447df8621b
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue