mirror of
https://github.com/kennetek/gridfinity-rebuilt-openscad.git
synced 2024-11-29 19:43:57 +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])
|
||||
linear_extrude(bp_rcut_depth*2,center=true)
|
||||
union() {
|
||||
square([bp_rcut_width, bp_rcut_l_grid], center=true);
|
||||
translate([0,bp_rcut_l_grid/2,0])
|
||||
square([bp_rcut_width, bp_rcut_length], center=true);
|
||||
translate([0,bp_rcut_length/2,0])
|
||||
circle(d=bp_rcut_width);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue