Forgot to uncomment code

This commit is contained in:
K Hodson 2023-02-14 09:56:15 -07:00
parent 831c7d6bf1
commit c68ecf8252
1 changed files with 8 additions and 8 deletions

View File

@ -71,14 +71,14 @@ div_base_y = 0;
// ===== IMPLEMENTATION ===== //
//color("tomato") {
//gridfinityInit(gridx, gridy, height(gridz, gridz_define, enable_lip, enable_zsnap), height_internal, length) {
//
// cutEqual(n_divx = divx, n_divy = divy, style_tab = style_tab, scoop_weight = scoop);
//}
//gridfinityBase(gridx, gridy, length, div_base_x, div_base_y, style_hole);
//
//}
color("tomato") {
gridfinityInit(gridx, gridy, height(gridz, gridz_define, enable_lip, enable_zsnap), height_internal, length) {
cutEqual(n_divx = divx, n_divy = divy, style_tab = style_tab, scoop_weight = scoop);
}
gridfinityBase(gridx, gridy, length, div_base_x, div_base_y, style_hole);
}
// ===== EXAMPLES ===== //