# D2M

## D2M

- [Design Prototype to Mass Production](https://d2m.doyoki.com/master.md): 디자인 생산공정
- [Academic Policy](https://d2m.doyoki.com/academic-policy.md)
- [Week 01](https://d2m.doyoki.com/week-01.md): Introduction, Safety, Units, Dimensions
- [Week 02](https://d2m.doyoki.com/week-02.md): Drawing, Design, CAD, CAM, Fusion 360, AutoCAD
- [Week 03](https://d2m.doyoki.com/week-03.md): Bits, Material
- [Week 04](https://d2m.doyoki.com/week-04.md): Project 1
- [Week 05](https://d2m.doyoki.com/week-05.md): Computer Engineering, Sensors, Digital Input Output, Analog Input Output
- [Week 06](https://d2m.doyoki.com/week-06.md): Additive, Subtractive, 3D Printer Application, SW Optimization
- [Week 07](https://d2m.doyoki.com/week-07.md): Tolerance, Kerf, Quality Assurance, Design for Manufacturing, Assembly, Service, Tool Life, Wear
- [Week 08](https://d2m.doyoki.com/week-08.md): Annealing, Permanent-mold Casting, Metal Casting, Metal-rolling, Metal-forging, Hot Extrusion, Laser Welding, Brazing
- [Week 09](https://d2m.doyoki.com/week-09.md): Shearing, Bending, Spinning, Hot Stamping, Metal Honey Comb, Sintering, Injection, Blow, Rotational Molding
- [Week 10](https://d2m.doyoki.com/week-10.md): Boring, Drilling, Reaming, Tapping, Knurling
- [Week 11](https://d2m.doyoki.com/untitled.md): Milling, Planing, Broaching, Gear Manufacturing, Multi-Axes Machine Center
- [Week 12](https://d2m.doyoki.com/week-12.md): Abrasives, Grinding, Deburring, Friction Wear, Lubrication, Mechanical Surface, Laser-beam, Abrasive-jet, Engineering Management
- [Week 13](https://d2m.doyoki.com/week-13.md): Hardware Startup
- [Week 14](https://d2m.doyoki.com/week-14.md): Project II
- [Week 15](https://d2m.doyoki.com/week-15.md): Project II


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://d2m.doyoki.com/master.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.
