Skip to content

Instantly share code, notes, and snippets.

@lgeek

lgeek/obj.jscad Secret

Created January 9, 2019 14:33
Show Gist options
  • Save lgeek/bee61124ce396b68e11f2f8683397010 to your computer and use it in GitHub Desktop.
Save lgeek/bee61124ce396b68e11f2f8683397010 to your computer and use it in GitHub Desktop.
function main() {
return difference(
cylinder({h:10, r: 20}),
translate([0, 0, 6.1], cylinder({r: 15, h: 5}))
)
}
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