Added style_hole back to baseplates

This commit is contained in:
Kenneth 2022-12-30 23:36:00 -07:00
parent 183ec3e069
commit c9b8df69e3
1 changed files with 3 additions and 1 deletions

View File

@ -47,12 +47,14 @@ style_plate = 3; // [0: thin, 1:weighted, 2:skeletonized, 3: screw together]
// enable magnet hole
enable_magnet = true;
// hole styles
style_hole = 2; // [0:none, 1:contersink, 2:counterbore]
// ===== IMPLEMENTATION ===== //
color("tomato")
gridfinityBaseplate(gridx, gridy, length, distancex, distancey, style_plate, enable_magnet);
gridfinityBaseplate(gridx, gridy, length, distancex, distancey, style_plate, enable_magnet, style_hole);
// ===== CONSTRUCTION ===== //