/openscad-cnc

My OpenSCAD models for CNC (Longmill by Sienci Labs)

Primary LanguagenesC

Ronie's OpenSCAD files

Here are my models in OpenSCAD.

Models

headset-holder

A simple holder for my headset.

It was my second project on the CNC (after a simple box). It made me relearn trigonometry 😅

sliced-cup

A cup made of horizontal slices.

Here I'm experimenting with double-side milling.

stair-tray

A tray to put things upstairs that need to go to the main floor.

First real and very simple project with double-side milling. It's really specific for my house.

Project structure

  • extensions - Utility functions and modules I wrote.
  • lib - Utility functions and modules others wrote.
  • <model-name/> - Folder with everything related to that project.
  • <model-name/>/main.stl - The model itself.

Libraries are usually cloned from their original repositories. Check the lib/README for their links.