# OpenSCAD: Final Project

{% embed url="<https://youtu.be/djnHIzoKIhg>" %}

## Final Project

Your task for the OpenSCAD final project is to **create a 3D printable solution to a problem**. This could be a new invention or a novel variation on an existing solution. It could adapt / interface with an existing device or be a new idea. Take some time to generate several potential problems / solutions / ideas. Before beginning your final design, you will turn in a list of 10 potential ideas along with some simple sketches to illustrate your designs. It will be very important to have a well thought out sketch to model from **BEFORE** beginning your coding.<br>

The following considerations will be expected in your project:

1. The design must be **printable**. This means you have thought about the build plate and made sure your design can be supported as 3D printing occurs. This may mean splitting your design into multiple pieces.
2. The design must be **use variables**. I will expect to see that variables are fully integrated into your design and allow quick refinement of your design between test prints.
3. The design must be **functional**. The design must solve a problem or be useful in some way.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gilmour.online/compsci/archives/vanek-archives/archives-robotics-7/openscad-final-project.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
