Skip to content

Simple parameterized generator to create a grid of boxes for 3D printing.

License

Notifications You must be signed in to change notification settings

exddc/drawer-inserts-generator

Repository files navigation

Box Grid Generator

Simple parameterized generator to create a grid of boxes for 3D printing. The grid is generated in a way that the boxes are connected to each other, so that they can be printed as a single object or as a set of separate objects.

Play with it here: box-grid.timoweiss.me

Getting Started

First, run the development server:

npm install
npm run dev

Open http://localhost:3000 with your browser to see the result.

Deployment

You can either deploy the app to Vercel or any other provider that supports Next.js apps. Or you can deploy the app on your own server by running the following command:

npm run build
npm run start

Further configuration is required to deploy the app to a production environment on your own server. You can find more information on your provider's website.

Contributing

If you would like to contribute to the project, you can do so by submitting a pull request. You can also open an issue if you have any questions or suggestions.

Before you submit a pull request, please make sure that your changes are in line with the project's goals and coding style. You should also make sure that your changes are well tested and documented.

Another way to contribute is by opening an issue. You can open an issue to report a bug or to request a new feature.

License

This project is open source and available under the MIT License. See the LICENSE file for more details.

About

Simple parameterized generator to create a grid of boxes for 3D printing.

Resources

License

Stars

Watchers

Forks