Skip to content

7.3D printing and Scanning

This week I worked on defining my final project idea and started to getting used to the 3D Prenting and scaning.

Group Assignment

Documanted by my teammate Ali Abdulkaream and Ali Aljeshi

Ali Aljeshi (general information) Click here to know more.

Ali Abdulkaream (what diffrent between primter?) Click here to know more.

3D Printing:

3D printing is an additive manufacturing process that builds objects layer by layer from materials like PLA or PETG. This technique allows for the creation of complex shapes and designs that are difficult to produce with traditional manufacturing methods.

3D Design

In Fusion 360, I started by sketching the model and created a rectangular base.alt text which I then extruded to form a solid platform. This platform served as the foundation where I could place reference images of the car. alt text I carefully added pictures of the car from the front, back, left, and right views, ensuring that each image was properly aligned and could be independently adjusted for accuracy. alt text

Next, I used the construct feature to establish planes and reference points, enabling me to build additional geometry with precision. With the extrude feature, I added depth and detail to various parts of the car, including the body and other intricate components. These steps allowed me to gradually refine the model, achieving a humble look for the car. alt text

Finally, to complete the model, I replaced the car’s wheels with glass balls. This creative choice not only added a unique visual element but also highlighted the model’s design in an unexpected way, giving it a unique appearance. alt text

click to download my boat model

3D Printing:

To start using Creality Print 5.1, I connected my laptop to the same Wi-Fi network as the 3D printer. Once connected, I launched the app and navigated to the “Devices” section, where I established a Wi-Fi connection with the printer. With the connection secured, I moved to the “Prepare” tab and imported the 3D models I intended to print. alt text

Using the tools in the top toolbar, I made necessary adjustments to the model, such as scaling, rotating, or repositioning it on the print bed. I then selected the model and carefully chose the appropriate filament, considering the material properties best suited for the project. alt text

Next, I customized the print settings to fine-tune the quality, speed, strength, and support structures. For support, I opted for “Tree (Auto) Support,” which provided efficient support with minimal material usage. alt text I then used the “Preview” feature to thoroughly inspect the model and ensure that all settings were correctly applied and that the model would print as expected. alt text

Satisfied with the setup, I pressed “LAN Printing” to send the G-code directly to the printer.alt text Finally, I went to the printer’s interface, accessed the “Library,” and selected the prepared model to start the printing process.

Preview

alt text alt text alt text

3D Scanning:

3D scanning is a process that captures the exact shape and surface details of a physical object to create a digital model. This digital data can be used for various purposes, such as reverse engineering, dimensional analysis, or digital examination, enhancing the precision and efficiency of work.

alt text To begin using Magiscan, I first downloaded the app. After launching it, I took a series of 360-degree pictures of the object I wanted to scan. Once the images were captured, I waited for them to upload to the app. Finally, I downloaded the generated 3D model file in STL format for further use.

Research

“Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.”

“Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.”

Code Example

Use the three backticks to separate code.

// the setup function runs once when you press reset or power the board
void setup() {
  // initialize digital pin LED_BUILTIN as an output.
  pinMode(LED_BUILTIN, OUTPUT);
}

// the loop function runs over and over again forever
void loop() {
  digitalWrite(LED_BUILTIN, HIGH);   // turn the LED on (HIGH is the voltage level)
  delay(1000);                       // wait for a second
  digitalWrite(LED_BUILTIN, LOW);    // turn the LED off by making the voltage LOW
  delay(1000);                       // wait for a second
}

files

click to download my car model

Video

From Vimeo

Sound Waves from George Gally (Radarboy) on Vimeo.

From Youtube

3D Models


Last update: August 15, 2024