fix hole style typo

This commit is contained in:
= 2023-11-10 22:28:53 -08:00
parent 003a6296b1
commit a3598bbe7c
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ style_plate = 0; // [0: thin, 1:weighted, 2:skeletonized, 3: screw together, 4:
enable_magnet = true;
// hole styles
style_hole = 2; // [0:none, 1:contersink, 2:counterbore]
style_hole = 2; // [0:none, 1:countersink, 2:counterbore]
// ===== IMPLEMENTATION ===== //