Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gridfinity_baseplate.scad
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module base_lid(num_x, num_y) {

translate([0, 0, 7]) frame_plain(xsize, ysize, trim=0.25);
difference() {
grid_block(xsize, ysize, 1, magnet_diameter=0, screw_depth=0);
grid_block(num_x, num_y, 1, magnet_diameter=0, screw_depth=0);
gridcopy(num_x, num_y) {
cornercopy(magnet_position) {
translate([0, 0, 7-magnet_thickness])
Expand Down Expand Up @@ -76,4 +76,4 @@ module frame_plain(num_x, num_y, extra_down=0, trim=0) {
translate([0, 0, trim ? 0 : -0.01])
render() gridcopy(num_x, num_y) pad_oversize(margins=1);
}
}
}