revert change in cutter_grid

This commit is contained in:
Ruud Swinkels 2023-05-31 18:13:56 +02:00
parent de00ffde5f
commit e94e1a4b08

View file

@ -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);
} }
} }