mirror of
https://github.com/kennetek/gridfinity-rebuilt-openscad.git
synced 2024-11-29 11:33:56 +00:00
Forgot to uncomment code
This commit is contained in:
parent
831c7d6bf1
commit
c68ecf8252
1 changed files with 8 additions and 8 deletions
|
@ -71,14 +71,14 @@ div_base_y = 0;
|
||||||
|
|
||||||
// ===== IMPLEMENTATION ===== //
|
// ===== IMPLEMENTATION ===== //
|
||||||
|
|
||||||
//color("tomato") {
|
color("tomato") {
|
||||||
//gridfinityInit(gridx, gridy, height(gridz, gridz_define, enable_lip, enable_zsnap), height_internal, length) {
|
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);
|
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);
|
gridfinityBase(gridx, gridy, length, div_base_x, div_base_y, style_hole);
|
||||||
//
|
|
||||||
//}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ===== EXAMPLES ===== //
|
// ===== EXAMPLES ===== //
|
||||||
|
|
Loading…
Reference in a new issue