mirror of
https://github.com/kennetek/gridfinity-rebuilt-openscad.git
synced 2024-12-02 04:54:00 +00:00
revert change in cutter_grid
This commit is contained in:
parent
de00ffde5f
commit
e94e1a4b08
1 changed files with 2 additions and 2 deletions
|
@ -142,8 +142,8 @@ module cutter_weight() {
|
||||||
translate([0,10,0])
|
translate([0,10,0])
|
||||||
linear_extrude(bp_rcut_depth*2,center=true)
|
linear_extrude(bp_rcut_depth*2,center=true)
|
||||||
union() {
|
union() {
|
||||||
square([bp_rcut_width, bp_rcut_l_grid], center=true);
|
square([bp_rcut_width, bp_rcut_length], center=true);
|
||||||
translate([0,bp_rcut_l_grid/2,0])
|
translate([0,bp_rcut_length/2,0])
|
||||||
circle(d=bp_rcut_width);
|
circle(d=bp_rcut_width);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue