Skip to content

Instantly share code, notes, and snippets.

@chand1012
Created July 20, 2020 01:23
Show Gist options
  • Save chand1012/ec0f3d451980feb282228f2c0ca1b242 to your computer and use it in GitHub Desktop.
Save chand1012/ec0f3d451980feb282228f2c0ca1b242 to your computer and use it in GitHub Desktop.
This is my lack table extender.
// in mm
height = 180;
leg_width = 55.88;// this is the length of width of the table leg
union() {
translate([0, 0, height*0.6]) {
difference() {
cube([leg_width, leg_width, 38.1], center=true);
cube([leg_width-6.35, leg_width-6.35, 38.25], center=true);
};
};
cube([leg_width, leg_width, height], center=true);
};
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment